ELECROW 10.1 Inch Touch Screen Support

Hi,

I'm wondering if anyone has managed to get an ELECROW 10.1 Inch Touch Screen working with Emteria.

I'm using a pi 4B, the screen connects via USB

The device events are being captured (below) but I think the issue is with mapping the device to be a touch screen. Anyone any ideas?

Thanks

/dev/input/event7: EV_ABS ABS_MT_TRACKING_ID ffffffff
/dev/input/event7: EV_KEY BTN_TOUCH UP
/dev/input/event7: EV_MSC MSC_TIMESTAMP 00006270
/dev/input/event7: EV_SYN SYN_REPORT 00000000
/dev/input/event7: EV_MSC MSC_TIMESTAMP 00006338
/dev/input/event7: EV_SYN SYN_REPORT 00000000
/dev/input/event7: EV_MSC MSC_TIMESTAMP 00006400
/dev/input/event7: EV_SYN SYN_REPORT 00000000
/dev/input/event7: EV_ABS ABS_MT_TRACKING_ID 0000000c
/dev/input/event7: EV_ABS ABS_MT_POSITION_X 000002da
/dev/input/event7: EV_ABS ABS_MT_POSITION_Y 00000107

Tagged:

Comments

  • Hi @MilesB,
    Could you please tell me which Emteria version are you on?

    It looks like the .idc file for this device might be missing, which would explain why the touch events are captured but not being mapped correctly to a touchscreen. Could you please provide a bit more info so we can add an appropriate .idc file:

    adb shell getevent -pl
    adb shell dumpsys input
    adb logcat

    Thanks!

Sign In or Register to comment.