User Activity

Hi everyone,The text translation functionality of TouchGFX is awesome and implemented easily by just adding another language and implementing the code for the call of the setLanguage(id) function. I just wondered were I would put an initial call of t...
I use the scrollWheel widget for a menu structure. To set it's content I have used the method discribed in the STM32 Graphics: Getting Started with Scroll List Widget tutorial. The scrollWhel consists of 13 items and I use a dedicated template for th...
I have a project with a little status bar at top of the screen. I have used the custom container function. Along with some other status icons it shows time via the digital clock widget. This widget needs the include #include <touchgfx/Color.hpp>as it...
I use the MyButtonController function described in the "hardware button is clicked" tutorial to control the GUI on a 320x240 display. So far the buttons are limited to a control pad and the user button of the DISCO board (up, down, left, right, user ...
I am currently developing a touchgfx GUI for a custom board which is based on the STM32F429-DISCO, therefore I use said board for the fundamental development. While initializing hardware button controll via GPIO_EXTI lines I have run into a strange i...