Hi
is it possible to display the value of a variable? Furthermore, is there a method to show it as static text?
The text string is a constant at the moment, so I suppose this is not possible?
For example:
const unsigned char TxtDemo[] =
{" GS: ", %d};
Behind GS i would like to show the value I send to the microcontroller. Something using the analogy of how you show an integer in C.
@AaronLiddiment