
Originally Posted by
jcleaver
bob thanks for the info
however these lcd commands do not work with my pbp
get all type of errors
any ideas?
appreicate your help
example of mine is
lcdout $fe,1 first line
lcdout $fe,$c0 second line
seems to be hanging up on expression line 3+2
has this something to do with setting the display for 4 lines or?
never mind got it was not defineing var works now
going to glue my toes back on (ha ha)
thanks again for your time and effort
Hi Jack,
if you have trouble dealing with hex use decimal like this:
Code:
LCDOUT 254,1 ' Clears Display
LCDOUT 254,128,"Here's how to output"
LCDOUT 254,192,"Strings from code"
LCDOUT 254,148,"space easily !"
LCDOUT 254,212,"Where you put it"
now say you want line three to move over 4 spaces, just add as so:
LCDOUT 254,152,"space easily!" same as LCDOUT 254,148 + 4,"space easily!"
JS
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Bookmarks