We are planning it for v1.2. I will probably released in 2022 Q4.
Until that as workaround you can modify the text of the labels manually after ui_init()
. E.g.:
ui_init();
lv_label_set_text(ui_Label1, _("main title"));
We are planning it for v1.2. I will probably released in 2022 Q4.
Until that as workaround you can modify the text of the labels manually after ui_init()
. E.g.:
ui_init();
lv_label_set_text(ui_Label1, _("main title"));