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

    How to change background color of M5Msgbox

    Micropython
    1
    1
    2.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.
    • O
      ondrej1024
      last edited by ondrej1024

      The documentation of the M5 LVGL API does not state a method for specifying the background color of a M5Msgbox.
      However, I found that a M5Msgbox object has a style property which has a set_bg_color method . So I tried this:

      myMsgboxObj.style.set_bg_color(lvgl.STATE.DEFAULT, lvgl.color_hex(0x888888))

      This does not produce an error but meither does it change the backgound color of the box.

      Any ideas?

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