2022-02-21 09:38 PM
2022-02-22 06:40 AM
Use normal memory extern C struct
main_data.value1 and wildcard
snprintfFloat(UnicodeChar dst, uint16_t dstSize, const char format, const float value)
2022-02-23 10:14 PM
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.