Topic: Converting numeric variables to RemoteXY "text" strings
Got to admit I find this area of programming a bit of a minefield...
I have some internal numeric variables, both integer and float, that I need to convert into the char arrays used by the RemoteXY interface and GUI.
I know it should be easy enough to do, but getting so much confusing information on the web, it's mashing my brain....
Example of my RemoteXY declarations, which should enable me to convert any of the other numbers, are:-
char totalmins[9]; : This needs to be converted from my internal variable uint16_t totalmins;
char cost[6]; : This to be converted from float cost; and to display ###.## format.
If someone could explain how to do this, it will bump me up the learning curve, and I'd be extremely grateful....
TIA