Question about the LCD display board

For E-blocks user to discuss using E-blocks and programming for them.

Moderators: Benj, Mods

Post Reply
ke
Posts: 4
Joined: Thu Jan 18, 2007 6:45 pm
Contact:

Question about the LCD display board

Post 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.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Post 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

Post Reply