Max2Play Home › Forums › Max2Play Add-ons › Adafruit 3,5 inch touchscreen does not work › Reply To: Adafruit 3,5 inch touchscreen does not work
18. April 2019 at 14:57
#45074
Hello!
I have a kuman 3.5″ display that i’ve gotten working with the following using LCD-show, perhaps give this a try and see if it works.
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./LCD35-show
If that is not working still, check /boot/config.txt and ensure there is dtoverlay=tft35a or similar.
Cheers!