Library for the LiquidCrystal LCD display connected to an Arduino board.
Stars
737
Forks
657
Watchers
737
Open Issues
25
Overall repository health assessment
No package.json found
This might not be a Node.js project
16
commits
2
commits
Remove unsupported API functions, don't really care about old sketches (muhahaha.)
df2614dView on GitHubRemove the call to backlight(), to demonstrate it is on by default.
4e5206fView on GitHubAdd new example to demonstrate & test the cursor in blinking and non-blinking operation.
a3b43d6View on GitHubFix coding style and synchronize the names of constructor arguments.
afdd882View on GitHubCompile error in example CustomChars, used print(x, BYTE) that is not deprecated in Arduino 1.0.
659d36bView on GitHubExplained how to install the library and include it in your project.
9b34782View on GitHubChange the extension of the examples from .pde to the new .ino
aa3cd59View on GitHub