-
Notifications
You must be signed in to change notification settings - Fork 863
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
Support for M5Stack Core2 ESP32 #5043
base: master
Are you sure you want to change the base?
Conversation
DataRegion struct from meshtastic#5043 PR
@thebentern |
This time |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution. Please see comments inline
pinMode(TFT_BL, OUTPUT); | ||
digitalWrite(TFT_BL, HIGH); | ||
#endif | ||
#if defined(M5STACK_CORE2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TFT_BL is defined in a lot of other variants and usually handled by the driver internally. please check if this is neccessary and does not affect other platforms
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I'll make it better.
Adding support for M5Stack Core2 ESP32 because we no longer have an answer in PR #4471.