anilgkts / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

serLCD - Sparkfun serLCD Library in (serLCD.h ) #856

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

http://arduino.cc/playground/Code/SerLCD
in serLCD.h

"50.// Flags for display on/off control
51.#define LCD_BLINKON             0x01
52.#define LCD_CURSORON            0x02"

What is the expected output? What do you see instead?

the define value of LCD_BLINKON should be 0x05 and the define value of 
LCD_CURSORON should be 0x06

Unless when is called the blink() or cursoron() function, the desplay will be 
off.

just refure the HD44780 data sheet control commands.

What version of the Arduino software are you using? On what operating
system?  Which Arduino board are you using?

Please provide any additional information below.

http://arduino.cc/playground/Code/SerLCD

Original issue reported on code.google.com by randika2...@gmail.com on 11 Mar 2012 at 8:08

GoogleCodeExporter commented 9 years ago
You should report this to the author of the code or page.

Original comment by dmel...@gmail.com on 11 Mar 2012 at 8:12

GoogleCodeExporter commented 9 years ago
I don't how to report to the author of the code, so could you please do
that for all.

cheers!

Original comment by randika2...@gmail.com on 11 Mar 2012 at 8:18