Hello @PJD,Unfortunately, graphs are computationally expensive widgets. As you mentioned, reducing the size of the graph or the number of data points can help increasing the computation. Also, you can try developing on STM32H7S7 which contains a powe...
Hello @Kostas Papouis,You can use Scroll Wheel instead of Scroll List which already supports a functionality to highlight the selected button. You just need to provide the image for when the button is selected. There are a lot of examples available i...
Hello @LaboStk,It would be easier if you just create a Scroll List in your TouchGFX Designer as large as the maximum number of elements that you will have (it does not matter if the scroll list grows out of the screen), then you can just set the numb...
Hello @Jj.21,When you create your custom container and place a button inside it, you can easily use the available Interactions to assign your desired functionality. Therefore, you don't need to check whether the clicked button was part of your TestBu...