embeded/raspberry pi2022. 1. 21. 11:39

라즈베리 파이 3B+ 에 2021-03-04-raspios-buster-armhf-full.img 을 이용해서 테스트 함.

 

선은 넉넉하게 주니(4개) 핀번호 3,5번도 같이 연결해준다.(SDA/SCL 서로 연결)

전원만 연결해도 터치 되는데 저~~~언혀 문제 없다. DSI 컨트롤 채널을 통해서 터치 정보가 넘어가나 보네..?

[링크 : https://community.element14.com/.../raspberry-pi-7-touchscreen-display]

 

buster가 oldstable이 되면서 업데이트 하려면 allow-releaseinfo-change 인지 먼지는 해주어야 하고

정말 아무런 설정없이 바로 터치 + DSI 출력이 된다.

다만 10포인트 멀티터치라는데 라즈베리 기본 lxde 에서 해당 기능을 테스트 할 수 있는진 알 수 없다.

 

라즈베리 기본 이미지에서 아래와 같이 xrandr 하면 800x480으로 인식하고

$ xrandr
Screen 0: minimum 800 x 480, current 800 x 480, maximum 800 x 480
default connected 800x480+0+0 0mm x 0mm
   800x480        0.00*

 

공식 7인치 터치 LCD인데 waveshare의 것과 동일하게 sysfs에 생겨서 밝기는 조절이 가능하다.

$ cd /sys/class/backlight/rpi_backlight/
$ ls -al
합계 0
drwxr-xr-x 3 root root    0  3월  5  2021 .
drwxr-xr-x 3 root root    0  3월  5  2021 ..
-r--r--r-- 1 root root 4096  1월 21 11:29 actual_brightness
-rw-r--r-- 1 root root 4096  1월 21 11:29 bl_power
-rw-r--r-- 1 root root 4096  1월 21 11:23 brightness
lrwxrwxrwx 1 root root    0  1월 21 11:29 device -> ../../../rpi_backlight
-r--r--r-- 1 root root 4096  1월 21 11:29 max_brightness
drwxr-xr-x 2 root root    0  1월 21 11:29 power
-r--r--r-- 1 root root 4096  1월 21 11:29 scale
lrwxrwxrwx 1 root root    0  1월 21 11:29 subsystem -> ../../../../../class/backlight
-r--r--r-- 1 root root 4096  1월 21 11:29 type
-rw-r--r-- 1 root root 4096  1월 21 11:29 uevent

# echo 100 > brightness
# echo 255 > brightness

[링크 : https://www.waveshare.com/wiki/7inch_DSI_LCD]

 

+

HDMI + LCD 성공한 분이 계시니(마침 rpi3b+) 시도해봄

아래와 같은 구성으로 화면은 잡히는데 터치스크린은 두개를 합친 크기로 인식되어 쓰기에는 좀 미묘...

 

실행하기 위해서는 xorg.conf에 파일 하나 내용 갈아 엎어야 한다.

$ sudo service lightdm stop
$ sudo startx -- -layout Multihead

[링크 : https://louie0724.tistory.com/345]

 

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

이것저것 하다가 기억이 꼬였는데

display_default_lcd=1을 해주면 부팅하고 약 3~5분 정도만 HDMI로 나오다 DSI로도 HDMI로도 화면이 안나온다

완전히 죽는건 아닌지 감으로 터미널 단축키로 열고 종료하면 종료 되는걸 봐서는

hdmi / dsi 출력 설정에 무언가 영향을 줘서 DSI로 강제 설정되며 HDMI가 꺼지는것으로 추측.

display_default_lcd
If a Raspberry Pi DSI LCD is detected it will be used as the default display and will show the framebuffer. Setting display_default_lcd=0 will ensure the LCD is not the default display, which usually implies the HDMI output will be the default. The LCD can still be used by choosing its display number from supported applications, for example, omxplayer.

[링크 : https://www.raspberrypi.com/documentation/computers/config_txt.html#lcd-displays-and-touchscreens]

 

 

+

HDMI + DSI는 쉽진 않은 듯?

[링크 : https://forums.raspberrypi.com/viewtopic.php?t=247696]

[링크 : https://forums.raspberrypi.com/viewtopic.php?t=246384]

'embeded > raspberry pi' 카테고리의 다른 글

라즈베리 파이 부품 도착  (0) 2022.02.09
rpi csi to dsi...  (0) 2022.01.21
rpi DSI 7인치 터치 스크린  (0) 2022.01.20
rpitx on rpi4  (0) 2021.12.22
rpitx  (0) 2021.12.16
Posted by 구차니