Bug Fixes - Arduino LCD Library

Posted by jiGGaK on September 19th, 2008

Just a quick update on the Arduino LCD Library (bring it to version 0.3). I have worked many hours to iron out all the bugs in the code that checks the LCD modules busy flag. This is the part of the LCD modules controller that tells the arduino it’s in the middle of an internal operation.

Hopefully this fixes the sporadic behavior people have reported with their LCD’s. It certainly fixes the problem with the two LCD’s I have tested.

I also added a schematic to the package. It just outlines where to connect VCC, GND and where to put the 10K pot.



Gustavo June 11th, 2009

Thanks!. Your work had help me to solve a problem about LCDs and 74HC595 IC. This is the explanation: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1244246263/0

Neil September 21st, 2008

This works great! Thanks!