Question
Scroll List in TouchGFX Designer
- February 22, 2024
- 2 replies
- 2325 views
Hello,
I am using a STM32H745XIH6 Discovery Board with the external display of resolution 480 x 480.
I need an infinite scroll list with the values should be filled incrementally for each item.
The scroll List should be filled with positive values to negative values.
For example: item_Index 0 = 1000;
item_Index 1 = 900;
...................item_Index 10 = 0;
item_Index 11 = -100;
........item_Index 21 = -2100;
But unfortunately I can only take the positive values i.e 0,10,20......
Help me in this regards!
Thank you..
