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

M5 Core2 v1.1 power LED #106

Open
mjau-scot opened this issue Mar 29, 2024 · 1 comment
Open

M5 Core2 v1.1 power LED #106

mjau-scot opened this issue Mar 29, 2024 · 1 comment

Comments

@mjau-scot
Copy link

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.

@mdxs
Copy link

mdxs commented Apr 17, 2024

There seems to be a difference between v1.0 and v1.1 of Core2 according to #102 regarding the Power LED:

... due to the difference in specifications between AXP192 and AXP2101

While #86 indicates that the code implementation for AXP2101 is not yet complete.

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