User Activity

Hi there,As the title, I use a static graph with a line, and I want to change the line's color according the data.But I check the API of static graph in TouchGFX document, I didn't find the function like setColor() or setLineColor().How can I do it b...
Hi,I want to show a circle progress like below:In touchgfx's circleProgress, there is't the little circle at the progress line end;So I am drawing the little circle and update its position realtime;Is there any simpler way to do the same things?And m...
Hi there,In my STM32F429BI TouchGFX project, I using some images.I want to show a image in areaA, and then rotate the image 90dgr and show it in areaB.But seems I must store the 2 images(before and after the rotation) in RAM to show both of them.Can ...
Hi there,I have a project with a display, and I want to show several screens.All the screens have a time text at the top-left corner.I know I can put a TextArea on all the screens, which means each one needs some memory to store the time value.Is the...
Hi there, I am using TouchGFX with STM32F429BI.  Everything is work well expect when the UI screen is chenging.(MCU CLK = 168MHz, and display is 800*480, and I have some other demo the screen change is work well.) When the screen is chenged, the disp...