How to add TSC2046 in STM32MP151AAC?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-24 2:13 AM
Dear All,
We have been using LCD module which supports touch screen.
Currently image can be displayed properly.
I just started debugging touch screen.
we use SPI2 to interface to touch screen ic, TSC2046.
This is setting spi2 in dts.
1. configure ADS7846 as 'M' by menuconfig
2. build kernel
3. update dtb and uimage
4. cp ads7846.ko to /lib/
I'm considering getting event through reading "/dev/input/event"
Could you advise how to make touch screen work?
Best wishes,
KIM
- Labels:
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-26 9:35 PM
I change dts for spi2 as below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-27 7:44 PM
I checked input device by /proc/bus/input/devices.
Touchscreen is event2 handler, spi0.0/input0.
So I tried to check event by evtest but nothing happens.
What shall I need to check?
