Align Text at the center impossible with label.set_width() defined

Hi @Patoche5150

Use:

label.set_style_text_align(lv.TEXT_ALIGN.CENTER,0)

This question is not specific to Micropython.
I suggest posting general LVGL questions to HowTo category.