Per Tillisch
Per Tillisch
I was not able to reproduce this issue. It might be specific to one particular variant of the LCD driver.
[_From "Helpful Horse" on 2010-07-08:_](https://code.google.com/archive/p/arduino/issues/196) There are several versions that are available at http://code.google.com/p/liquidcrystal440/downloads/list My recommendation for -19 is the last version ('4bit'). It fixes one bug that I think...
[_From damellis on 2010-07-08:_](https://code.google.com/archive/p/arduino/issues/196) Any chance you can split out these improvements into separate patches and issues? For example, using the R/W pin (if supplied) to lower wait times would...
[_From "Helpful Horse" on 2010-07-17:_](https://code.google.com/archive/p/arduino/issues/196) http://www.nkcelectronics.com/character-lcd-module-40x4-yellowgr404.html I will try to get a version that does not support the 40x4 and 27x4 displays tested and posted in the next 48-72 hrs.
[_From "Helpful Horse" on 2010-07-18:_](https://code.google.com/archive/p/arduino/issues/196) I posted a version that eliminates 40x4 LCD support and the UserBusy test on the google code link above. I hope this works for you....
[_From damellis on 2012-06-02:_](https://code.google.com/archive/p/arduino/issues/196) Yet another solution for 40x4 displays. Use inheritance to support 40x4 displays instead of a big "can do everything" library. The following patch enables inheritance on...
NOTES: The original forum post that was copied by damellis to create Google Code issue 196 is archived here: https://web.archive.org/web/20111118040932/http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1264823411 It looks like the "healthriskappraisal" website of the original code...
> Linewrap When you declare the dimensions of the LCD in your begin call, the LiquidCrystal library remembers how long the lines are. Now when it reaches the end of...
The reason for the "pending" state is that Arduino now has a policy that all contributors must sign our Contributor License Agreement (CLA). @ajvdw can sign the CLA by clicking...
It looks like there is an alternative proposal at https://github.com/arduino-libraries/LiquidCrystal/pull/14 and some related discussion at its [original pull request thread](https://github.com/arduino/Arduino/pull/4550).