팝업레이어 알림

팝업레이어 알림이 없습니다.

Memory

HOME > 공지사항

Ubuntu 라즈베리파이 3.5인치 TFT 480x320 터치스크린 (터치 캘리브레이션)

페이지 정보

profile_image
작성자 최고관리자
댓글 0건 조회 19,343회 작성일 22-02-12 21:07

본문

http://www.lcdwiki.com/3.5inch_RPi_Display

http://wiki.sunfounder.cc/index.php?title=3.5_Inch_LCD_Touch_Screen_Monitor_for_Raspberry_Pi 


구입주소 https://www.devicemart.co.kr/goods/view?no=1383804


모니터 인식 순서

나는 /home

1. git clone https://github.com/goodtft/LCD-show.git 

2, chmod -R 755 LCD-show 

3. cd LCD-show/ 

4. sudo ./LCD35-show

5. hdmi 모니터 변경  --> sudo  /LCD-hdmi 


* 알리에서 구매한 3.5 TFT Touch가 버전에 따라 엉뚱하게 터치가 되는 경우가 있다.


위 1~4 실행

5. dpkg -i -B xinput-calibrator_0.7.5-1_armhf.deb  --> /LCD-show 경로 안에서 실행

6, DISPLAY=:0.0 xinput_calibrator       -->  위치 재 설정하기

--------------------------------------------------------------------------------

7.

Section "InputClass"

        Identifier      "calibration"

        MatchProduct    "ADS7846 Touchscreen"

        Option  "Calibration"   "1408 1408 3070 3130"

        Option  "SwapAxes"      "1"

EndSection


----------------------------------------------------------------

8. nano /etc/X11/xorg.conf.d/99-calibration.conf  좌표위치가 저장되어 있다.

좌표위치는 모니터 버전에 따라 달라 맞는 좌표를 찾어서 넣어주어야 한다.


tft 1번 설정 좌표

Section "InputClass"

        Identifier      "calibration"

        MatchProduct    "ADS7846 Touchscreen"

        Option  "Calibration"   "3917 186 238 3966"

        Option  "SwapAxes"      "0"

EndSection


tft 2번 설정 좌표(2번 좌표값이 우측 절반 좌우 이동 값  /3번 좌표값이 좌측 중하단 이동 값 / 4번 좌표값이 상하 이동 값)

Section "InputClass"

        Identifier      "calibration"

        MatchProduct    "ADS7846 Touchscreen"

        Option  "Calibration"   "3972 290 169 3972"

        Option  "SwapAxes"      "1"

EndSection


RetroPie 에뮬 역시 Raspberry Pi Imager를 사용하면 쉽게 설치할 수 있다.
설치 후 gpio 방식의 터치스크린 3.5 tft는 반응속도가 매우 느려서 RetroPie를 사용하기에는 다소 무리가 있었다.
아마도 hdmi방식의 터치스크린은 정상 작동하지 않을까 생각해본다.

f782b6555ea8d20999a743e6498b066b_1679374604_2456.png
f782b6555ea8d20999a743e6498b066b_1679374604_4171.png
f782b6555ea8d20999a743e6498b066b_1679374604_4843.png
 

첨부파일

댓글목록

등록된 댓글이 없습니다.