Replies: 5 comments
-
the display is esp32-8048s070c and the touch controller is gt911 |
Beta Was this translation helpful? Give feedback.
-
I don't know how to calibrate a landscape touch so I am using the demo screen which is in portrait mode to get initial set up |
Beta Was this translation helpful? Give feedback.
-
Hi Dough, There seem to be multiple versions of the esp32-8048s070c. See issue: #90. Right now I have a 1.1 and 1.3 revision. See https://github.com/rzeldent/platformio-espressif32-sunton/tree/develop. Maybe there are also differences in the touch? If you want to experiment, toy can change the SWAP in the esp32-8048s070c board json file; this can be found in the directory boards. Let me know if this helps and what works! |
Beta Was this translation helpful? Give feedback.
-
Thank you for the advice Help I don't know how to do something like below to see the screen to touch mapping in the terminal |
Beta Was this translation helpful? Give feedback.
-
You guessed right....Oops I misunderstood what you referred to as SWAP since it often refers to bit order |
Beta Was this translation helpful? Give feedback.
-
I designed a display in SLS 800w 480h labels buttons sliders are all placed in SLS with the SLS placement view in landscape. When compiles the buttons sliders etc only work in portrait mode
I appears the landscape position of a widget that interfaces with the low level touch gets portrait coords so that clicking on the landscape position in (800w 480h) coords does not correspond to touch coords of 480w 800h so the low level code that determines if a touch is in the zone of a widget can not trigger the call back
Beta Was this translation helpful? Give feedback.
All reactions