I am posting an exact record of what I did for anyone who needs it in the future; the credit goes to @aBUGSworstnightmare.
This is for the Waveshare 3.5inch Capacitive Touch LCD SKU
https://www.waveshare.com/3.5inch-Capac ... ch-LCD.htm
This is for the Waveshare 3.5inch Capacitive Touch LCD SKU
- 1) Wire up the screen to the Pi following this guide:
![Image]()
2) Download the zipped-up .bin file here: https://forums.raspberrypi.com/viewtopi ... 96.bin.zip
3) Open a terminal window
4) Unzip the file by entering:5) Copy the unzipped file to /lib/firmware/ by entering:Code:
unzip wavesku30896.bin.zip6) Open the config.txt fileCode:
sudo cp wavesku30896.bin /lib/firmware
On Bookworm:on Bullseye:Code:
sudo nano /boot/firmware/config.txt7) Paste in the following under [all]:Code:
sudo nano /boot/config.txt8) Reboot by entering:Code:
# waveshare 3.5in 320x480pixels - SKU 30896dtoverlay=mipi-dbi-spi,speed=48000000dtparam=compatible=wavesku30896\0panel-mipi-dbi-spidtparam=width=320,height=480,width-mm=49,height-mm=79dtparam=reset-gpio=27,dc-gpio=25,backlight-gpio=18Code:
sudo reboot
Statistics: Posted by KovyJakes — Wed Apr 16, 2025 10:39 pm
