Tool/software:
I would like to set a string on the C2000 that includes the lowercase mu symbol (for microseconds), that is correctly displayed in a label widget under GUI composer.
So far, I have not been able to find the correct escape sequence.
For example:
sprintf((char*)gui_string,"Test: \\u03BC");
results in

In a label whose value is linked to gui_string
Is there a better encoding, sequence, etc that will produce the desired symbol?
Thanks!