Replies: 5 comments 12 replies
-
Hi' @RossiRPI The new GS-T3E 4" square display device also utilizes Goodix GT911 as touch driver. |
Beta Was this translation helpful? Give feedback.
-
There is a driver for it implemented in master but it tries to include Goodix.h which seems to not be part of the project so cant compile. |
Beta Was this translation helpful? Give feedback.
-
according to the LVGL example that is provided for the board it does use the GT911 and it uses 0xBA and 0xBB for the read and write addresses. |
Beta Was this translation helpful? Give feedback.
-
So... an I2C scan is actually part of the touch driver in OpenHASP and is done on initialization of the GT911 driver. you just have to build the driver with the log level set to verbose. so my build does seem to be picking up the device with the same address. |
Beta Was this translation helpful? Give feedback.
-
Hi, I have a ESP32-3248S035 with a capacitive touch screen like the one on the picture above. I have tried the config above, and also esp32-3248s035c_4MB and esp32-3248s035c_4MB_lovyan, but I'm not able to get the touch screen to work. When I jump R25 the software get stuck in an reboot loop. Any ideas of what could be wrong? |
Beta Was this translation helpful? Give feedback.
-
Any chance we can get the GT911 capacitive touch driver for esp32-3248s035c implemented?
Beta Was this translation helpful? Give feedback.
All reactions