-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Backlight doesn't turn off on the M5StickC Plus2 #86
Comments
Hmm, looks like something is broken with the M5Unified library at v0.1.13. You could try downgrading the library:
I will investigate further. |
Erg, it could also be the M5GFX library underneath M5Unified that also got auto-bumped from 0.1.12 to 0.1.13. |
Well, that's nice, now I can't control backlight brightness for my M5Stack Core at all, with either 0.1.12 or 0.1.13. |
Looks like they also ripped out the PMIC, so backlight control is now via PWM. The full documented differences according to M5Stack are here: Scroll down to "The difference between M5StickC PLUS and M5StickC PLUS2". |
Looks like the PWM controls for M5Stack Core aren't being called at all. |
Gah, I cut a minimal sketch to test and I can control the backlight properly. I will continue to narrow down the issue. |
Found it, there are 2 problems:
|
My M5StickC Plus2 arrived and I have fixed this. For now, accept this as 'idle' isn't where the fun happens. |
Instead of the backlight turning off, you get a fun strobe effect. Guess the LCD pinout change wasn't entirely without problems...
The text was updated successfully, but these errors were encountered: