Displaying Special Characters with PAndersons LCD Serial Adapter
Guido
Posts: 195
I am having trouble getting PAndersons LCD Serial Adapter to display special Characters on the LCD.
Using the Character Generator I have come with this:
D1·· DATA $0C,$02,$03,$03,$03,$03,$02,$0C
What I seem to get from Andersons directions is to Display this would be to change the·above character to the following
D1·· DATA "D10c0203030303020c"
Then using the program calling the special Character:
SEROUT LCD, Baud, [noparse][[/noparse]"?1"]
If anyone can understand what I am trying to do, I would appreciate some help
Thank You
Guido
·
Using the Character Generator I have come with this:
D1·· DATA $0C,$02,$03,$03,$03,$03,$02,$0C
What I seem to get from Andersons directions is to Display this would be to change the·above character to the following
D1·· DATA "D10c0203030303020c"
Then using the program calling the special Character:
SEROUT LCD, Baud, [noparse][[/noparse]"?1"]
If anyone can understand what I am trying to do, I would appreciate some help
Thank You
Guido
·
Comments
·· Can you post your fix/solution for others who may experience this issue in the future?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
Guido