M5.Lcd.setBrightness() not working
-
The core2 does use AXP192's DC3 channel and generates the LCD backlight voltage. I have tried to modify the LCD brightness with M5.Lcd.setBrightness(val). But there is not change! In M5.init(), the DC3 PWM channel seems be set to 80. In the previous M5Stack core API the value could be changed in between 0-255. Any ideas?
-
Hello @jhubsch
on M5Core2 LCD brightness is controlled by AXP192 (as you've already figured out yourself) so changing LCD brightness should work with:
M5.Axp.SetLcdVoltage(v); // v from 2500 to 3300Thanks
Felix
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login