Touch on Sunton ESP32-8048S043C #574
-
I've installed sunton-8048s043c_full_16MB_v0.7.0-rc6_2f4092b.bin The display works nicely. However, I've noticed that the touch interface is of an incorrect scale: When I touch the display a little below and right of the center, the pointer already is in the lower right corner. The configuration for this board starts here: I see TFT_WIDTH=800 and TFT_HEIGHT=480, but also TOUCH_WIDTH=480 and TOUCH_HEIGHT=272. Maybe this is the problem? Best, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Are you sure it is the ESP32-8048S043C and not the ESP32-8048S050C ? Which link did you buy the display from? If it is an actual ESP32-8048S043C (check the PCB code on the backside), maybe they changed the hardware revision of the touchscreen... |
Beta Was this translation helpful? Give feedback.
-
I have compiled a version with TOUCH_WIDTH and THOUCH_HEIGHT fixed:
To make it compile, in platform_override.ini, I also had to add:
I also needed to comment the upload_speed in platform.ini:
With this, I get the full screen width for touch. Thank you for this fine software. |
Beta Was this translation helpful? Give feedback.
-
I have the exact same display and I have the exact same problem, how do you resolve the problem? |
Beta Was this translation helpful? Give feedback.
-
Do you guys get backlight flicker at 100% and a rolling effect at lower brightnesses? I also get some artifacts when changing pages. Not sure if it's just me |
Beta Was this translation helpful? Give feedback.
I have compiled a version with TOUCH_WIDTH and THOUCH_HEIGHT fixed:
To make it compile, in platform_override.ini, I also had to add: