Character "%" is not printed as String on LCD

Moderator: Benj

Post Reply
User avatar
fotios
Posts: 458
Joined: Mon Feb 08, 2010 10:17 am
Location: Greece
Has thanked: 109 times
Been thanked: 117 times
Contact:

Character "%" is not printed as String on LCD

Post 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.
Best Regards FOTIS ANAGNOSTOU

User avatar
JonnyW
Posts: 1230
Joined: Fri Oct 29, 2010 9:13 am
Location: Matrix Multimedia Ltd
Has thanked: 63 times
Been thanked: 290 times
Contact:

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

Post by JonnyW »

Thanks, thats a good spot. We will sort this out, hopefully in the next release (5.1).

Jonny

User avatar
Steve
Matrix Staff
Posts: 3424
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

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

Post by Steve »

As a simple workaround, printing "%%" will display a single "%" character.

Post Reply