I have repurposed an old Adafruit 2.8" PiTFT Capacitive Touch screen onto an old Raspberry Pi 3B+ and have a question about configuring the touch screen itself. The system is running bookworm:
The official configuration instructions for the Adafruit 2.8" PiTFT Capacitive Touch mostly work with bookworm despite being old, as a display. However, there does not seem to be a way to get the touch screen to work as a mouse. If I plug in a normal mouse, I can move the pointer around. With just the touch screen by itself, nothing happens and the pointer neither moves nor "clicks". It seems to act like a plain 320x240 monitor without touch capacity.
I guess the mouse section is too old. For example, nothing is found in regards to the drivers:
I do see the following in the dmesg output:
What should I look at to get the touch screen working as a mouse?
Code:
$ lsb_release -rdNo LSB modules are available.Description: Debian GNU/Linux 12 (bookworm)Release: 12
I guess the mouse section is too old. For example, nothing is found in regards to the drivers:
Code:
dmesg | grep ft6dmesg | grep -i EP0110M09
Code:
[ 9.175305] edt_ft5x06 1-0038: supply vcc not found, using dummy regulator[ 9.175565] edt_ft5x06 1-0038: supply iovcc not found, using dummy regulator[ 9.176173] edt_ft5x06 1-0038: touchscreen probe failed[ 9.176464] edt_ft5x06: probe of 1-0038 failed with error -5[ 9.193324] [drm] Initialized ili9341 1.0.0 20180514 for spi0.0 on minor 0[ 9.233325] ili9341 spi0.0: [drm] fb1: ili9341drmfb frame buffer device
Statistics: Posted by tpyo kingg — Sat Jan 04, 2025 5:35 pm