KoyJa
08-21-2005, 06:16 AM
STAMP BSP240
REV 1.4
Module 4x20 Serial LCD with Keypad Interface Stock#: 30058
Hey Guys,
I just hooked up the 4x20 to the never ending project and its working good. I had
to rewite some of the code from the LCD command becuase I need to use the SEROUT
command. I can write info to each line no problem and easily goto the next line
(Chris posted a note awhile back which showed how to insert CR at then end to automatically
go to the next line) :
SEROUT 9,240,[SEG_ON,SEG_ON,SEG_ON," FAIL HI",13,10] '13 n 10 = CR
Now Im tring to create Custom Characters. I have been through the docs from Orbits and I am using
the LCD create Character program from the Parallax website to get the HEX numbers. I tried
the following :
SEROUT 9,240,[78,$10,$00,$00,$00,$00,$00,$00,$00,13,10]
My understanding is (which is probally wrong ;) :
78 is the ASCII command to Define a CC ..... then I try to display
the 8 HEX numbers followed by CR. I have defined the value but how do
I get them to display?
Thanks
mikey
Koy Ja !
REV 1.4
Module 4x20 Serial LCD with Keypad Interface Stock#: 30058
Hey Guys,
I just hooked up the 4x20 to the never ending project and its working good. I had
to rewite some of the code from the LCD command becuase I need to use the SEROUT
command. I can write info to each line no problem and easily goto the next line
(Chris posted a note awhile back which showed how to insert CR at then end to automatically
go to the next line) :
SEROUT 9,240,[SEG_ON,SEG_ON,SEG_ON," FAIL HI",13,10] '13 n 10 = CR
Now Im tring to create Custom Characters. I have been through the docs from Orbits and I am using
the LCD create Character program from the Parallax website to get the HEX numbers. I tried
the following :
SEROUT 9,240,[78,$10,$00,$00,$00,$00,$00,$00,$00,13,10]
My understanding is (which is probally wrong ;) :
78 is the ASCII command to Define a CC ..... then I try to display
the 8 HEX numbers followed by CR. I have defined the value but how do
I get them to display?
Thanks
mikey
Koy Ja !