RaspberryPi에 5인치 모니터 설정

2375 단어 RaspberryPiUbuntu
Raspberry Pi5인치 모니터를 손에 넣고 연결하면,
기본적으로 해상도가 다르기 때문에 다음 부분은 검은색 화면이다
이거 없애줄게.

프로필 변경


편집할 경우/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에 연결하는 방법

좋은 웹페이지 즐겨찾기