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

    Centering A Label in M5Stack Core S3

    UiFlow 2.0
    2
    2
    602
    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.
    • M
      mehulge
      last edited by

      Hi, Just looking for a simple function or code to center the text inside Core S3 for UiFlow Micropython.
      Widgets.Label doesn't have any centering as far as I can tell.

      1 Reply Last reply Reply Quote 0
      • C
        Cognitive5525
        last edited by

        Statically you can center a label in the UI-editor.

        Dynamically not so easy as far as I can see, because there is no way to get the width and height of a particular string. If your program is only outputting a known set of strings you could make a small table (dictionary or similar) with the "center coordinates" for each string....

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