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
{{ message }}
This repository was archived by the owner on Aug 1, 2022. It is now read-only.
M5 Core2 Cannot control LCD brightness with APX192.cpp or in sketch set up. Tried editing APX192.cpp with SetLcdVoltage(2900); to get 2.9 volts and tried these ideas that work on StickC and core basic:
M5.Axp.SetLcdVoltage(3000);
M5.Lcd.setBrightness(255);
M5.Axp.ScreenBreath(15);
The serial monitor boot up display always says "axp: lcd backlight voltage was set to 2.80v" regardless!
Any Ideas?
Terry from Canada