I have a screen in which I need to display an arbitrarily long label. I want to have the label centered, with wrapping enabled and scrolling vertically if the text does not fit.
As you can see I have the centering and wrapping working just fine, but I don’t see how to enable scrolling.
Another issue I have is that there seems to be a bug with recoloring when the label wraps. It’s not very noticeable in the picture, but the artist section of the label should be slightly darker than the song section. In the picture the “long artist name” text shows uncolored.
Would it be a good idea to implement a new LV_LABEL_LONG_WRAP_SCROLL_VERTICALLY long mode? I can also try to get that working if such a feature is wanted.