일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 우분투
- nook HD+
- C++
- CyanogenMod
- GUI Programming
- 파인만
- 양자역학
- 리눅스
- 크롬
- micro usb
- Cross-platform
- 연료필터 카트리지
- wxWidgets
- 뉴스포티지
- nook
- Waveshare
- Raspberry Pi
- 반스앤노블
- 이기적인 유전자
- 라즈베리파이
- 카카오맵GPX
- 이 FTP 사이트는 Windows 탐색기에서 볼 수 없습니다
- ubuntu
- 30pin
- 우주론
- nook HD
- jessie
- TFT Touch
- 카카오맵
- 리차드 도킨스
- Today
- Total
언덕에 누워 생각하기
Raspberry Pi 2 model B와 Waveshare USB(B) 터치스크린 연결 본문
라즈베리파이2 모델B와 Waveshare의 터치스크린을 샀습니다.
홈페이지에서 수정된 라즈비안을 다운로드 하여 설치했을 때에는
문제가 없었으나 Jessie를 받아서 부팅했을 때에는 화면이
하얗게 변하고 깨지기만 했습니다.
구글에서 raspberry hdmi jessie 5inch white screen 로 검색하여
Adafruit 사의 비슷한 제품에 대한 설명을 읽었고, 해결책을 찾았
습니다.
Waveshare의 수정된 이미지는 아직 Jessie를 반영하지 않았습니다.
제가 산 TFT Touch LCD는 http://www.waveshare.com/wiki/5inch_HDMI_LCD_(B)
결론은 아래 내용을 /boot/config.txt 에서 수정하거나 추가해야 합니다.
# 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 480 60 6 0 0 0
max_usb_current=1
이후 터치를 하기 위해서는
Waveshare 에 있는 드라이버를 설치합니다.
http://www.waveshare.com/wiki/5inch_HDMI_LCD_(B) 에서 가장 하단에 있는
RPI2B_B_B+_USB_TOUCH_RES_5.0_RASPBIAN.tar.gz (For Raspberry Pi 2 Model B) 를 다운로드 합니다.
그리고, 같은 위키 페이지에 있는 설명대로
sudo tar zxvf RPI2B_B_B+_USB_TOUCH_RES_5.0_RASPBIAN.tar.gz
Run the script USB_TOUCH_RES_5.0_RASPBIAN located at the folder RPI2B_B_B+_USB_TOUCH_RES_5.0_RASPBIAN by the following commands:
When finished, the system will reboot automatically. And the LCD module can work properly, including display and touch functions, after the system rebooted.