Page 1 of 1

Question about the LCD display board

Posted: Mon Feb 05, 2007 10:15 pm
by ke
I just wonder if anyone got the idea of displaying the space between two words such as : Hello World instead of HelloWorld, it's a general question not particular for this message, it must be suitable for every message to be displayed. Thank you.

Posted: Tue Feb 06, 2007 10:45 am
by Benj
Hello

To send a space character you must either send a "Hello World" in a string or you can send the single char eg ' ' or you can send the hex value eg 0x20 or the decimal number 32