Raspberry安装3.5英寸LCD屏幕
- categories
- >
- Microcomputer
- >
- Pi
写在前面
3.5 inch LCD 屏幕驱动安装简单,但是需要选择正确的驱动。有两大类:
- Waveshare
- KeDei
直观差异就是引脚不同。
具体差异可参考:KeDei 3.5 inch 480x320 TFT lcd from ali
Waveshare LCD安装
安装方式:
git clone https://github.com/waveshare/LCD-show.git
cd LCD-show
sudo ./LCD35-show
切换为HDMI显示
./LCD-hdmi
KeDei LCD安装
git clone https://github.com/kedei/LCD_driver.git
cd LCD_driver
sudo ./LCD35_show
切换为HDMI显示
sudo ./LCD_hdmi
一些配置
Raspberry Pi Display Troubleshooting: 介绍了关于屏幕旋转、更新系统等方法。
comment:
- Valine
- LiveRe
- ChangYan