Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: sasap on September 02, 2010, 04:57:29 AM

Title: 16x2 Sparkfun SerLCD
Post by: sasap on September 02, 2010, 04:57:29 AM
I'm using AxonII and Sparkfun Serial Enabled 16x2 LCD - White on Black 5V.
My lcd will show only 7 char on left side on two lines.

Thanks for the help.
Title: Re: 16x2 Sparkfun SerLCD
Post by: Soeren on September 02, 2010, 06:34:57 PM
Hi,

Post the code you use (in the software section please), it sounds like a software problem.
Title: Re: 16x2 Sparkfun SerLCD
Post by: sasap on September 02, 2010, 11:19:09 PM
Problem Solved with the code:

rprintfChar(124);
rprintfChar(4);  //16
rprintfChar(124);
rprintfChar(6);  //2

Thanks.