User Activity

When drawing large ellipses, STemWin will not display them as an ellipse, but instead as this zigg-zagged-pattern, which you can see in the attached picture. Has anyone ever encountered a similar issue? Is there any kind of support for these kind of ...
Hi,I'm currently trying to display a JPEG image in STemWin, which is loaded into extRAM. Therefore, I can use the GUI_JPEG_Draw() method, which (as the documentation states), should ALWAYS return 0. While it does indeed display the image and return 0...
Hi folks,I'm trying to add a set of objects (in this case: a circle) to the GUI, as soon as the user presses a button. Therefore, I'm trying to execute the following code on the button press:touchgfx::Circle circle2; touchgfx::PainterRGB565 circle2Pa...