树莓派3B+ LCD-show
3B+ LCD-show 驱动下载https://github.com/goodtft/LCD-show1.)Step1, Install Raspbian official mirrora)Download Raspbian official mirror:https://www.raspberrypi.org/downloads/b)Use“SDFormatter.exe...
3B+ LCD-show 驱动下载
https://github.com/goodtft/LCD-show
1.)Step1, Install Raspbian official mirror
a)Download Raspbian official mirror:
https://www.raspberrypi.org/downloads/
b)Use“SDFormatter.exe”to Format your TF Card
c)Use“Win32DiskImager.exe” Burning mirror to TF Card
2.) Step2, Clone my repo onto your pi
Use SSH to connect the raspberry pi,
And Ensure that the raspberry pi is connected to the Internet before executing the following commands:
sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
3.)Step3, According to your LCD's type, excute:
In case of 2.4" RPi Display(MPI2401)sudo ./LCD24-show
In case of 2.8" RPi Display(MPI2801)sudo ./LCD28-show
In case of 3.2" RPi Display(MPI3201)sudo ./LCD32-show
In case of 3.5inch RPi Display(MPI3501)sudo ./LCD35-show
In case of 3.5" HDMI Display-B(MPI3508)sudo ./MPI3508-show
In case of 3.2" High Speed display(MHS32)sudo ./MHS32-show
In case of 3.5" High Speed display(MHS35)sudo ./MHS35-show
In case of 4.0" High Speed display(MHS40)sudo ./MHS40-show
In case of 4.0" HDMI Display(MPI4008)sudo ./MPI4008-show
In case of 5inch HDMI Display-B(Capacitor touch)(MPI5001):sudo ./MPI5001-show
In case of 5inch HDMI Display(Resistance touch)(MPI5008)sudo ./LCD5-show
In case of 7inch HDMI Display-B-800X480(MPI7001)sudo ./LCD7B-show
In case of 7inch HDMI Display-C-1024X600(MPI7002)sudo ./LCD7C-show
If you need to switch back to the traditional HDMI displaysudo ./LCD-hdmi
Wait a few minutes,the system will restart automaticall , enjoy with your LCD.
The LCD-show.tar.gz also can be download from: http://www.lcdwiki.com/RaspberryPi-LCD-Driver
设置显示方向
安装完触摸驱动后,可以通过运行以下命令修改屏幕旋转方向。
§ 旋转0度:
1. cd LCD-show/
2. ./LCD35-show 0
§ 旋转90度:
1. cd LCD-show/
2. ./LCD35-show 90
§ 旋转180度:
1. cd LCD-show/
2. ./LCD35-show 180
§ 旋转270度:
1. cd LCD-show/
2. ./LCD35-show 270
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
所有评论(0)