cancel
Showing results for 
Search instead for 
Did you mean: 

Im new to STMCubeIDE and TouchGFX. How do you display multiple Float decimals from main(Lets say 4 temp values)? I tried using xQueue but I'm pretty sure it's wrong because the values don't carry on to model. Is there a better way to send the values?

Amaresh
Associate III
 
2 REPLIES 2
MM..1
Chief II

Use normal memory extern C struct

main_data.value1 and wildcard

snprintfFloat(UnicodeChar dst, uint16_t dstSize, const char format, const float value)

Amaresh
Associate III

Hi,

Sorry i should have worded my question better. i already know how to display it from the ScreenView. i had problems sending multiple values together to the Model from the main. I have solved the issue by creating a new source file.