Can some one give me some code to output text on an LCD...Thank You
Harry1
Posts: 29
read Subject line
arigato
arigato
Comments
Byte Tem2p
byte Str[noparse][[/noparse]32]
DAT
//worde String "H"
OBJ
serial : "Serial_Lcd"
PUB run(Index)
serial.start(3,9600,1)
dira~~
'Str[noparse][[/noparse]0]:="A"
serial.putc("WORK, DAMMIT")
Okay that is what i have so far. I just can't see what might be wrong
no problems
What LCD?
1 digit 7 segment?
VGA graphic?
TFT?
Character LCD?
What? details etc
People are here to help. HELP being the operative word, not DO.
*Peter*
I am sure the LCD Works (it works in test mode)
dira~~
'Str[noparse][[/noparse]0]:="A"
serial.putc("WORK, DAMMIT")
Hmmmm..... let's see ....
and you are sending a string in place of a byte... damnit
Also, it might not need it but a CLS never hurts during initialization.
*Peter*
GIMME is rude. Some forums will kick a member off that tries the 'gimme' attitude.
AND, you wouldn't even state what sort of LCD you were using. We cannot see what you have.
AND, you didn't do much of a search. There is a serial LCD demo with the IDE.
Hopefully you can ASK next time. AND when you need help, provide some info with the 'request'.
Please don't 'gimme'.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Harley Shanko
h.a.s. designn
WOW.......I hope I never get on your bad side....I always try to ask for help.
But I do agree.
James L
Harry1: Most people are only too happy to help, but please remember that we can only read the words you type, so we need as much info' as possible
p.s. I guess we also forget that English may not be a poster's first language, so we need to be a bit understanding too...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Cheers,
Simon