Skip to content

Install a Waveshare and LCD35-show LCD on 64bit RaspberryOS & Kali (Not tested with others OS)

Notifications You must be signed in to change notification settings

Mkiring/LCD35-show-ARM64-PI-4B

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A quick guide on how to install a (3.5) waveshare(/clone) or LCD35-show LCD on a Raspberry Pi running 64bit OS (tested with Raspbian and Kali). Guide is written for 3.5 inch screen but could be adapted for any screen.

Installation

git clone https://github.com/PwnPeter/LCD35-show-ARM64-PI-4B.git

cd LCD35-show-ARM64-PI-4B

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 guide to other LCDs

  1. clone https://github.com/swkim01/waveshare-dtoverlays
  2. compile on the raspberry pi running 64bit OS the desired overlay: dtc -I dts -O dtb -f waveshareXYZ.dts -o waveshareXYZ.dtbo
  3. copy the output file to /boot/overlays
  4. grab calibration file (99-calibration...) from https://github.com/goodtft/LCD-show and place in /etc/X11/xorg.conf.d/99-calibration.conf

Source

https://github.com/tux1c/wavesharelcd-64bit-rpi (Thanks ❤️)

About

Install a Waveshare and LCD35-show LCD on 64bit RaspberryOS & Kali (Not tested with others OS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%