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

M5Stack Tough Support Added #413

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

M5Stack Tough Support Added #413

wants to merge 3 commits into from

Conversation

IncanusUK
Copy link

Added support for the M5Stack Tough. Seems to be all running fine on my heat pump.

https://docs.m5stack.com/en/core/tough

It is connected via the GPIO port which are the same pins as the M5Stick C Plus and others.

@munzili
Copy link
Contributor

munzili commented Mar 21, 2024

You have an error in your code:

}else if (LCDTimeout < millis() & !display_sleeping){//Turn screen off

i think you will need a double && for this if

@IncanusUK
Copy link
Author

You have an error in your code:

}else if (LCDTimeout < millis() & !display_sleeping){//Turn screen off

i think you will need a double && for this if

Good catch.. what is a milli second between friends lol

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

Successfully merging this pull request may close these issues.

2 participants