ESP32-Chimera-Core
                                
                                 ESP32-Chimera-Core copied to clipboard
                                
                                    ESP32-Chimera-Core copied to clipboard
                            
                            
                            
                        does your Library support CoreS3 / Touch?
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
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.