Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does your Library support CoreS3 / Touch? #85

Open
cohen-sydney opened this issue Jan 19, 2024 · 1 comment
Open

does your Library support CoreS3 / Touch? #85

cohen-sydney opened this issue Jan 19, 2024 · 1 comment

Comments

@cohen-sydney
Copy link

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

@tobozo
Copy link
Owner

tobozo commented Jan 19, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants