Page 1 of 1

Character "%" is not printed as String on LCD

Posted: Fri Feb 03, 2012 10:44 am
by fotios
Of course that is a... big issue of FC5 :lol:

Code: Select all

        //Call Component Macro
        //Call Component Macro: PrintString("%")
        FCD_LCDDisplay0_PrintString("", 1);
I can correct it only by customizing the C code in "Call Component Macro" icon. The rest characters are printed OK as strings.

Re: Character "%" is not printed as String on LCD

Posted: Fri Feb 03, 2012 12:43 pm
by JonnyW
Thanks, thats a good spot. We will sort this out, hopefully in the next release (5.1).

Jonny

Re: Character "%" is not printed as String on LCD

Posted: Fri Feb 03, 2012 2:23 pm
by Steve
As a simple workaround, printing "%%" will display a single "%" character.