User Activity

I am using STM32H747I-DISCO and trying to enable DMA2D so that TouchGFX framework uses it for rendering and displaying images on the LCD instead of using the CPU.TouchGFX Designer 4.15.0 does not generate project files for my board (It supports lots ...
My instance is created in the base file as follows:touchgfx::GraphScroll<50> BlueGraph;And I need to change the capacity of this graph from 50 to 100 to have the line smoother when some event is triggered. Is is possible to change that capacity after...
I tried to modify the ViewBase file generated by the designer by adjusting the width and height of the circle progress but nothing happened and I could not resize this element at all. So Is there is any other method to have different sizes of the cir...