LCD Display trouble
AndrewMacEachern_nscc2009
Posts: 1
I have recently purchased an LCD and I was using the Basic Stamp 2 to display a points value in decimal for a game I am making but it is displaying all the values in ASCII. Here is the programming I have.
·· SEROUT 15, 84, [noparse][[/noparse]254] 'command prefix
···SEROUT 15, 84, [noparse][[/noparse]88] 'clear screen
···SEROUT 15, 84, [noparse][[/noparse]254]
···SEROUT 15, 84, [noparse][[/noparse]Points] 'display value of points
·The points are all variable and add up each time they are triggered, but they are only display in ASCII.
Any help please.
MOSAL162A is the display I purchased
·· SEROUT 15, 84, [noparse][[/noparse]254] 'command prefix
···SEROUT 15, 84, [noparse][[/noparse]88] 'clear screen
···SEROUT 15, 84, [noparse][[/noparse]254]
···SEROUT 15, 84, [noparse][[/noparse]Points] 'display value of points
·The points are all variable and add up each time they are triggered, but they are only display in ASCII.
Any help please.
MOSAL162A is the display I purchased
Comments
· SEROUT 15, 84, [noparse][[/noparse]DEC Points] 'display value of points