How to implement this "horizontal list"?

微信图片_20200827164235

Hi all,

   How do I implement this kind of horizontal list? I have two idea:

1.Simply refresh label, but no good for showing “selected”;
2.Use btn_matrix in the same location and focus on it, but i am not sure it will work.

I will trying both of these and updating ontime. Meanwhile, do you have some advices?

If the text needs to be simply changed on clicking the arrows you can just create the “list” from 2 button, a text and an image. Just use lv_label_set_text() in the click event of the buttons.