Touchgfx: I am displaying a double in a Text area but cannot get more than 6 decimal places
Hi,I am using a text area to display a precision timer output (double) and need 8 decimal places of precision. Thye best I can get is six:I have a wildcard buffer of twenty and the following code:/* Backend code */ typedef struct { volatile uin...