User Activity

Hi,I'm using STM32F746-disco board and I have a problem with screen transition. I have a starting screen which I have set for displaying 5000 ms. During that, the system will do some initial measurements (basically just one ADC measurement) and print...
I'm sending ADC results via queue (data in a struct). The data values being sent shown in picture 1, and they are as expected. When receiving some of the data missing and in wrong place. Rows 1&2 are missing and rows 13&14 are all zero. What is this?...
Hi,I would like to announce measurement results also by text and change the text color based on the results. Green text for a pass, red for failure. How could I do this?
Hello again,I have a bunch of measurement results that I would like to display on the screen but space is getting too little. I looked at the scrollable container example, where the long text was put as a text resource (or whatever that is). However,...
I am trying to make a menu screen system which I thought first would be trivial, but until I figure it out it isn't... There are radio buttons for selecting the wanted measurement and a start button. The idea is to send the chosen test ID to the Mode...