树莓派SPI显示屏3.5

购买:

https://item.taobao.com/item.htm?spm=a1z09.2.0.0.1a4c2e8dztZUiU&id=600543017996&_u=g1kqosbr7a7d

 

说明参考:

3.5inch RPi LCD (A)

https://www.waveshare.net/wiki/3.5inch_RPi_LCD_(A)

 

安装驱动:

git clone https://github.com/waveshare/LCD-show.git
cd LCD-show/
sudo ./LCD35-show

 

安装完触摸驱动后,可以通过运行以下命令修改屏幕旋转方向。

cd LCD-show/
#X可选0、90、180和270。分别表示LCD旋转0度、90度、180度和270度。
sudo ./LCD35-show X

 

如果想切换为HDMI显示,只需运行命令

sudo ./LCD-hdmi