From 0fdbc9b4848abdcc7ad9605bf6e81bd93e97dfc6 Mon Sep 17 00:00:00 2001 From: alfrix Date: Wed, 6 Sep 2023 17:38:37 -0300 Subject: [PATCH] docs: note about lite argument --- docs/Troubleshooting/Showing_console.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Troubleshooting/Showing_console.md b/docs/Troubleshooting/Showing_console.md index 47129bac..91ee631f 100644 --- a/docs/Troubleshooting/Showing_console.md +++ b/docs/Troubleshooting/Showing_console.md @@ -4,7 +4,8 @@ If the screen is connected via HDMI and the board has more than one HDMI try the ## 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: ``` @@ -59,4 +60,4 @@ in the system log (`sudo systemctl status KlipperScreen`) this appears: Fix it by removing fbturbo driver -`sudo apt purge xserver-xorg-video-fbturbo` \ No newline at end of file +`sudo apt purge xserver-xorg-video-fbturbo`