User Activity

Hi there. I'm working to create a menu interface, it must works like a tree, and for that, i'm trying to use a scrolllist container. I'm already able to click on each item and already have a callback handler for this. The problem i'm trying to solve ...
Hi everyone.I've been trying to create an header file with some default colors for an user interface. Apparently, TouchGFX has a struct called colortype that is used as a type for colors. I created an .hpp file, included touchgfx/Color.hpp and tried ...
Hi everyone,I've been working on a project with STM32 and touchGFX. I'm working with a 7 inch touchscreen display. In one screen, i inserted a scrollList. I'm getting to change it's items and manipulate the list at setupScreen and scrollListUpdateIte...
Hi. I've been working on a project with STM32 and touchGFX. I'm struggling with a simple issue that could be easily solved if I had more experience with the framework and with C++. I'm working with a 7 inch touchscreen display. In one screen, i inser...