You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears to be impossible to turn off the power LED on v1.1 of the Core2. M5.Power.setLed(0) works fine on v1.0 of Core2, but it doesn't seem to work on v1.1.
It's definitely possible to turn off the LED on v1.1, I've successfully switched it off in another application that uses the latest version of M5Core2.h using M5.Axp.SetLed(false).
Would it be possible to extend this functionality to M5Unified?
Thanks.
The text was updated successfully, but these errors were encountered:
It appears to be impossible to turn off the power LED on v1.1 of the Core2. M5.Power.setLed(0) works fine on v1.0 of Core2, but it doesn't seem to work on v1.1.
It's definitely possible to turn off the LED on v1.1, I've successfully switched it off in another application that uses the latest version of M5Core2.h using M5.Axp.SetLed(false).
Would it be possible to extend this functionality to M5Unified?
Thanks.
The text was updated successfully, but these errors were encountered: