4,3인치 미니모니터 라즈베리파이에 설치하기
물건:
http://www.amazon.de/TaoTronics%C2%AE-TT-CM05-modische-Digital-Monitor/dp/B0058S323Q/ref=cm_cr_pr_product_top
1. 설정파일을 백업한다.
sudo cp /boot/config.txt /boot/config.txt.original
2. 설정파일을 연다.
sudo nano /boot/config.txt
3. 다음을 추가한다.
### 4.3 inch monitor
sdtv_mode=0 #for NTSC
sdtv_aspect=3 #for 16:9
framebuffer_width=480
framebuffer_height=272
disable_overscan=1 #non-intuitive but the overscan_scale does the work
overscan_scale=1 #currently undocumented but works
overscan_left=16
overscan_right=16
overscan_top=8
overscan_bottom=8
4. 폰트 키우기 설정창을 연다.
sudo dpkg-reconfigure console-setup (시간이 좀 걸림)
5. 다음과 같이 차례로 선택한다.
UTF-8
Guess Optimal
TerminusBold
8x16
6. 재부팅 한다.
sudo reboot
끝
No comments:
Post a Comment