ESP32-Chimera-Core icon indicating copy to clipboard operation
ESP32-Chimera-Core copied to clipboard

does your Library support CoreS3 / Touch?

Open cohen-sydney opened this issue 1 year ago • 1 comments

I am having issues in Arduino IDE with my CoreS3 and the Touch library. does your replacement library support Touch if so please point me to the Definitions> thansk

cohen-sydney avatar Jan 19 '24 01:01 cohen-sydney

CoreS3 is supported, it's inheriting autodetect settings from LovyanGFX.

It can emulate BtnA/BtnB/BtnC by using M5.update() in the loop, invisible buttons use 40px zone at the bottom of the screeen.

If your app needs the whole screen or doesn't need BtnA/BtnB/BtnC emulation, don't use M5.update().

You can then use M5.Lcd.getTouch() which is the same method as lcd.getTouch() from LovyanGFX.

tobozo avatar Jan 19 '24 11:01 tobozo