docs: note about lite argument

This commit is contained in:
alfrix 2023-09-06 17:38:37 -03:00
parent edf79ead59
commit 0fdbc9b484

View File

@ -4,7 +4,8 @@ If the screen is connected via HDMI and the board has more than one HDMI try the
## LCD-show ## LCD-show
when using LCD-show repos to install screens add `lite` at the end to properly install the screen on the lite version of the os. when using Waveshare-LCD-show repo to install screens add `lite` at the end to properly install the screen on the lite version of the os.
This is also applicable to the old version of good-tft
for example: for example:
``` ```
@ -59,4 +60,4 @@ in the system log (`sudo systemctl status KlipperScreen`) this appears:
Fix it by removing fbturbo driver Fix it by removing fbturbo driver
`sudo apt purge xserver-xorg-video-fbturbo` `sudo apt purge xserver-xorg-video-fbturbo`