eklem / dlt-one-draw

Damn Linux Tablet one-inspired tablet. To be better at drawing and syncing than reMarkable.
Creative Commons Attribution Share Alike 4.0 International
1 stars 0 forks source link

Next screen to test #7

Open eklem opened 10 months ago

eklem commented 10 months ago

Either 15.6" screen + touch panel + driver or a ready made 17" display that needs to be disassembled.

eklem commented 10 months ago

Or maybe a 15.6", 4k touch screen kit

eklem commented 10 months ago

Last one works fine with a Raspberry Pi 4 + Raspberry Pi OS (64bit + desktop). Need to get the touch panel working. So far:

sudo apt install libts-bin evtest

evtest doesn't show anything else than a keyboard:

root@dltonedraw:~# evtest
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0:  SIGMACHIP USB Keyboard
/dev/input/event1:  SIGMACHIP USB Keyboard Consumer Control
/dev/input/event2:  SIGMACHIP USB Keyboard System Control
/dev/input/event3:  vc4-hdmi-0
/dev/input/event4:  vc4-hdmi-1
Select the device event number [0-4]: ^C
eklem commented 10 months ago

The flat cable from the panle was connected the wrong way into the controlboard.

So, now I got:

root@dltonedraw:~# evtest
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0:  SIGMACHIP USB Keyboard
/dev/input/event1:  SIGMACHIP USB Keyboard Consumer Control
/dev/input/event2:  SIGMACHIP USB Keyboard System Control
/dev/input/event3:  vc4-hdmi-0
/dev/input/event4:  vc4-hdmi-1
/dev/input/event5:  ILITEK ILITEK-TP
/dev/input/event6:  ILITEK ILITEK-TP Mouse
eklem commented 10 months ago

Try also xinput to check which input devices available.

eklem commented 10 months ago

Need to understand tslib better (libts... on Raspberry Pi OS)

eklem commented 9 months ago

To get libinput to work with Xorg: https://wiki.archlinux.org/title/libinput#Via_Xorg_configuration_file

eklem commented 9 months ago

Test switching from Wayland to X11. https://area-51.blog/2023/10/12/getting-the-raspbery-pi-official-touchscreen-to-work-with-raspios-bookworm/