[Raspberry Pi] 5 inch touch screen setup

2021. 8. 12. 00:07HARDWARE/Raspberry Pi

디스플레이 설정

 

sudo nano ../boot/config.txt

max_usb_current=1
hdmi_group=2
hdmi_mode=87
hdmi_cvt 800 480 60 6 0 0 0
hdmi_drive=1

위 내용을 맨 밑에 추가

 

터치스크린 설정

git clone https://github.com/goodtft/LCD-show.git
cd LCD-show/
chmod +x LCD5-show
sudo ./LCD5-show

이후 자동으로 재 시작 되면서 활성화 됨