🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    M5.Lcd.setBrightness() not working

    Core 2
    2
    2
    4.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jhubsch
      last edited by

      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?

      1 Reply Last reply Reply Quote 0
      • felmueF
        felmue
        last edited by felmue

        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 3300
        

        Thanks
        Felix

        GPIO translation table M5Stack / M5Core2
        Information about various M5Stack products.
        Code examples

        1 Reply Last reply Reply Quote 0
        • First post
          Last post