Centering A Label in M5Stack Core S3



  • 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.



  • 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....