1
0
mirror of https://github.com/taigrr/arduinolibs synced 2025-01-18 04:33:12 -08:00

Setting the back light pin for LCD shields

LCD class now supports both Freetronics and DFRobot shields.
This commit is contained in:
Rhys Weatherley
2012-06-10 10:49:53 +10:00
parent a51aece7a8
commit 0e8cf83d0f
3 changed files with 85 additions and 12 deletions

View File

@@ -34,10 +34,10 @@ For more information on these libraries, to report bugs, or to suggest
improvements, please contact the author Rhys Weatherley via
<a href="mailto:rhys.weatherley@gmail.com">email</a>.
\section main_LCD Freetronics LCD Shield
\section main_LCD LCD Shield
\li LCD class to manage the extended features of the Freetronics
LCD shield.
and DFRobot LCD shields.
\li Form and Field classes to build simple property sheet UI's on LCD displays.
\li \ref lcd_hello_world "Hello World" example for the Freetronics LCD shield.
\li \ref lcd_form "Form" example for LCD displays.