Shop
OBEX
P1 Docs
P2 Docs
Learn
Events
Lcd text — Parallax Forums
toggle menu
Categories
Discussions
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Sign In
·
Register
×
Home
›
Propeller 1
Lcd text
bbaker
Posts:
16
2008-04-04 14:34
edited 2008-04-05 01:48
in
Propeller 1
I am using Serial_LCD and I can display
·
A SINGLE character. Does anyone have any sample code to display "TESTING"
Comments
StefanL38
Posts:
2,292
2008-04-04 16:47
edited 2008-04-04 16:47
hello bbaker,
to make it as short as you do it
.str(string("TESTING"))
everything clear ?
If not post or attach your COMPLETE code
regards
Stefan
bbaker
Posts:
16
2008-04-05 01:48
edited 2008-04-05 01:48
Thanks i will try it
Sign In
or
Register
to comment.
Comments
to make it as short as you do it
.str(string("TESTING"))
everything clear ?
If not post or attach your COMPLETE code
regards
Stefan