Question
Displaying multiple values on the LCD
Now that I have managed to get the LCD working (thanks for the helpful members on this forum) I'm able to send data on the LCD. Sending one value is ok, but I have the actual data in a struct that I'm able to send through a queue for the model. Question is now how to display those results on the LCD? Do I have to make separate text areas with wildcard values for every value I want to display, or is there a more convenient way of doing it? In TouchGFX there's a container "List Layout" but I don't know if that has anything to do with this.
