Hello!
I have a fixed width label. It is set to long_mode = LV_LABEL_LONG_SCROLL_CIRCULAR
I set the text that is longer than the label, so the text moves in a circle.
When I place a new text, and the existing one scrolls, I want to place the new text at the beginning of the label, so far this has not been the case.
How to do it?
Of course, I should have the possibility, that when I place some text, when I update only some number within the text (for example, seconds), that the text continues to move (not to be set to the initial position)
How to do it?
What MCU/Processor/Board and compiler are you using?
ESP32-C3, ESP-IDF v5.0
What LVGL version are you using?
v8.3.9
Thanks in advance