Raspberry Pi 3
Raspberry Pi, LCD 디스플레이 화면 회전
CoyoteUgly
2018. 8. 1. 13:34
Raspberry Pi, LCD 디스플레이 화면 회전에 대한 부분입니다.
sudo nano /boot/config.txt 를 열어서
맨 아래에 다음 문구를 추가하면 됩니다.
display_rotate=0 Normal
display_rotate=1 90 degrees
display_rotate=2 180 degrees
display_rotate=3 270 degrees
display_rotate=0x10000 horizontal flip
display_rotate=0x20000 vertical flip