I am assuming you are using Raspberry Pi OS - Bookworm.
The LCD35-show script uses the wrong file "/boot/config.txt" rather than "/boot/firmware/config.txt". It also adds things that no longer work in config.txt. However for this display I am pretty sure
you can use the piscreen overlay.
Use raspi-config to enable the spi interface.
Then try adding the following to the end of "/boot/firmware/config.txt"
The LCD35-show script uses the wrong file "/boot/config.txt" rather than "/boot/firmware/config.txt". It also adds things that no longer work in config.txt. However for this display I am pretty sure
you can use the piscreen overlay.
Use raspi-config to enable the spi interface.
Then try adding the following to the end of "/boot/firmware/config.txt"
Code:
dtoverlay=piscreen,drm
Statistics: Posted by AndyD — Sat Aug 10, 2024 10:05 pm