mirror of
https://github.com/tux1c/wavesharelcd-64bit-rpi.git
synced 2026-08-13 12:33:17 +02:00
No description
| 99-calibration.conf | ||
| 99-fbdev.conf | ||
| cmdline.txt | ||
| install.sh | ||
| README.md | ||
| waveshare35a.dtbo | ||
A quick guide on how to install a (3.5) waveshare(/clone) LCD on a Raspberry Pi running 64bit OS (namely Raspbian). Guide is written for 3.5 inch screen but could be adapted for any screen.
Installation
git clone https://github.com/tux1c/wavesharelcd-64bit-rpi.git
cd wavesharelcd-64bit-rpi
chmod +x install.sh
sudo bash install.sh
Troubleshooting
White screen on boot (raspberry pi boots)
make sure dtoverlay=vc4-fkms-v3d is NOT present / commented out in /boot/config.txt
Adapting for other LCDs
- clone https://github.com/swkim01/waveshare-dtoverlays
- compile on the raspberry pi running 64bit OS the desired overlay:
dtc -I dts -O dtb -f waveshareXYZ.dts -o waveshareXYZ.dtbo - copy the output file to /boot/overlays