goodtft / LCD-show

2.4" 2.8"3.2" 3.5" 5.0" 7.0" TFT LCD driver for the Raspberry PI 3B+/A/A+/B/B+/PI2/ PI3/ZERO/ZERO W
2.31k stars 793 forks source link

Raspi 4B LCD 3.5 Rpi white screen #203

Open wsr13990 opened 4 years ago

wsr13990 commented 4 years ago

Im using LCD 3.5 Rpi on raspi 4B and already do this step:

sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./LCD35-show

After that it stuck on booting but i still able to connect via ssh. The LCD only show white screen. I already try using Debian Buster fresh install with no success.

vbenner commented 4 years ago

Same problem from my side

miki3421 commented 4 years ago

me too ... :(

Il giorno mer 6 mag 2020 alle ore 14:19 Vincent notifications@github.com ha scritto:

Same problem from my side

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/goodtft/LCD-show/issues/203#issuecomment-624615334, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKFA25URMAUHMBXEK6AWXYLRQFITTANCNFSM4MZY65UQ .

goodtft commented 4 years ago

Are you used in Debian Buster system?This screen driver is based on Raspbain system. I don't know the specific difference between Debian system and Raspbain system.

dsp77 commented 4 years ago

When I cat /etc/os-release IT says:

PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=raspbian ID_LIKE=debian

What is the difference between Raspbian and Debian you are referring to. Are there any plans to get the display going for 4B?

freitas666 commented 3 years ago

Someone did it works on Debian ?