How to rotate of RaspberryPi TFT display.
01/30/2018 | GUIDE | 没有评论
official info:https://www.raspberrypi.org/blog/the-eagerly-awaited-raspberry-pi-display/
如何反转180度:
sudo nano /boot/config.txt
在/boot/config.txt 中最后,回车新开启一行 加入:
lcd_rotate=2
Raspberry PiBy Michael