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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raspberry pi 4 3.5inch

taraxidas opened this issue · comments

Hello does the lcd35show work with raspberry pi 4b or will i get a whitescreen?

I think it will.
I have RPi 3b+ and everything works great. as long as pinout on RPi 4b is not changed this must work

Yes, but the start button and right-click produce nothing on it for some reason.

@taraxidas it will work with raspberry pi 4b but for some reason, start button is not working

I always install the driver like this, otherwise it will not work in my case (RPI3b+)

sudo apt install xserver-xorg-input-evdev -y
sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/

its work fine on rpi4b+ but i have to make some tweaks in config.txt and invert the axis

Hello does the lcd35show work with raspberry pi 4b or will i get a whitescreen?

just clone the code and install LCD35-show and after that edit

sudo nano /boot/config.txt

after entering in the file find for this line at the bottom of the file dtoverlay=tft35a:rotate=90 comment this line and bellow this line add new dtoverlay

dtoverlay=piscreen,speed=16000000,rotate=90

save the file and then reboot your pi and it's done ✅