This tutorial covers how to send the data from MCU to the UI in touchGFX. The data is sampled in the gui task itself and sent using the MVP.
TouchGFX programming with STM32F4 and STM32H7 boards using STM32CubeIDE and STM32CubeMX. Tutorials include GUI setup, screen transitions, image handling, and custom widget integration for STM32-based display projects.
TouchGFX #3. Sending data to UI || MVP
This tutorial covers how to send the data from MCU to the UI in touchGFX. The data is sampled in the gui task itself and sent using the MVP.
TouchGFX #2. How to use TextArea and Wildcards
This tutorial will cover how to use TextArea with wildcard to display the counter value, which can be varied using the buttons..
Getting started with TouchGFX || STM32F750
This tutorial will cover how to setup your first project in touchGFX and control the LED attached to MCU using the button on the display.