RaspberryPi에 5인치 모니터 설정
2375 단어 RaspberryPiUbuntu
기본적으로 해상도가 다르기 때문에 다음 부분은 검은색 화면이다
이거 없애줄게.
프로필 변경
편집할 경우
/boot/config.txt
.# 5inch HDMI LCD with Touch Panel XPT2046
# uncomment if hdmi display is not detected and composite is being output
hdmi_force_hotplug=1
# uncomment to force a specific HDMI mode (here we are forcing 800x480!)
hdmi_group=2
hdmi_mode=87
hdmi_cvt=800 600 60 6 0 0 0
# 5inch HDMI LCD with Touch Panel XPT2046(SPI, IRQ=GPIO25, CE1)
# SPI --- タッチパネル用に有効にする.
dtparam=spi=on
dtoverlay=ads7846,penirq=25,speed=10000,penirq_pull=2,xohms=150
이 설정에서 Raspberry Pi를 다시 시작하면 다음과 같이 전체 화면이 출력됩니다.참고 문헌
Raspberry Pi Config | Adafruit 5" and 7" 800x480 TFT HDMI Backpack
HDMI 연결 800x4805인치 TFT LCD를 Raspberry Pi3에 연결하는 방법
Reference
이 문제에 관하여(RaspberryPi에 5인치 모니터 설정), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/sasayabaku/items/8d014e0a8b5fb7dad274텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)