SEROUT problem with Sparkfun Serial LCD?
Morrolan
Posts: 98
Hi,
I'm having a problem using the SEROUT command with a Sparkfun serial LCD 16x2.
The Datasheet says that in order to write a custom boot splash screen, set the display how I want it, then send the 'special' control character 0x7C (dec 124) followed by "<control>j".
I have no problem sending any other of the commands or displaying text but I don't understand what it means by "<control>j".
Doing:
Simply displays <control>j on the LCD?
Datasheet can be found here: www.sparkfun.com/datasheets/LCD/SerLCD_V2_5.PDF
Has anyone else come across this or could anyone please shed some light on the subject?
Many Thanks in advance,
Morrolan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Flying is simple. You just throw yourself at the ground and miss.
"I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image."
Stephen Hawking
I'm having a problem using the SEROUT command with a Sparkfun serial LCD 16x2.
The Datasheet says that in order to write a custom boot splash screen, set the display how I want it, then send the 'special' control character 0x7C (dec 124) followed by "<control>j".
I have no problem sending any other of the commands or displaying text but I don't understand what it means by "<control>j".
Doing:
SEROUT 10, LcdBaud, [noparse][[/noparse]$7C, "<control>j"]
Simply displays <control>j on the LCD?
Datasheet can be found here: www.sparkfun.com/datasheets/LCD/SerLCD_V2_5.PDF
Has anyone else come across this or could anyone please shed some light on the subject?
Many Thanks in advance,
Morrolan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Flying is simple. You just throw yourself at the ground and miss.
"I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image."
Stephen Hawking
Comments
Many Thanks,
Morrolan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Flying is simple. You just throw yourself at the ground and miss.
"I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image."
Stephen Hawking