Hi folks,
Something seems to have happened to the HDMI controller on my waveshare 5" HDMI/USB (H) display… I’ve contacted the manufacturers … does the same thing on multiple machines, vanilla raspbian etc. … so for now, that’s dead.
in the mean time I’m trying my “BIQU BTT-HDMI5” touch display. I started with a fresh install of Raspbian and it worked without having to do anything … including touch.
On Zynthian, I’m struggling. The display works well, but the touch doesn’t… what’s weird is, if I do the following:
export DISPLAY=:0
sudo evtest /dev/input/event1 # this is the device "BIQU BTT-HDMI5"
and … I move my finger around the screen, I see output like this:
Event: time 1728656881.233104, -------------- SYN_REPORT ------------
Event: time 1728656881.257122, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 1950
Event: time 1728656881.257122, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 2517
Event: time 1728656881.257122, type 3 (EV_ABS), code 0 (ABS_X), value 1950
Event: time 1728656881.257122, type 3 (EV_ABS), code 1 (ABS_Y), value 2517
Event: time 1728656881.257122, type 4 (EV_MSC), code 5 (MSC_TIMESTAMP), value 0
Event: time 1728656881.257122, -------------- SYN_REPORT ------------
Event: time 1728656881.273106, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 1925
Event: time 1728656881.273106, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 2594
Event: time 1728656881.273106, type 3 (EV_ABS), code 0 (ABS_X), value 1925
Event: time 1728656881.273106, type 3 (EV_ABS), code 1 (ABS_Y), value 2594
Event: time 1728656881.273106, type 4 (EV_MSC), code 5 (MSC_TIMESTAMP), value 0
So this tells me the driver is working, the touch is working etc…
BUT… zynthian doesn’t respond to any touch, and the mouse doesn’t move.
Any thoughts on where I should look next to fix this?