first commit
This commit is contained in:
33
libraries/hd44780/examples/ioClass/hd44780_pinIO/README.md
Normal file
33
libraries/hd44780/examples/ioClass/hd44780_pinIO/README.md
Normal file
@@ -0,0 +1,33 @@
|
||||
hd44780_pinIO examples
|
||||
=======================
|
||||
|
||||
The examples included in this directory are for the hd44780_pinIO i/o class.<br>
|
||||
The hd44780_pinIO i/o class is used to control an LCD using direct Arduino pin connections.
|
||||
|
||||
#### The following examples are included:
|
||||
|
||||
- `HelloWorld`<br>
|
||||
Prints "Hello, World!" on the lcd
|
||||
|
||||
- `LCDKeypadCheck`<br>
|
||||
Tests lcd keypad shields for bad backlight circuitry
|
||||
|
||||
- `LCDCustomChars`<br>
|
||||
Demonstrates using custom characters
|
||||
|
||||
- `LineWrap`<br>
|
||||
Demonstrates automatic linewrap functionality
|
||||
|
||||
- `ReadWrite`<br>
|
||||
Demonstrate the ability to read data from the LCD.
|
||||
|
||||
- `Serial2LCD`<br>
|
||||
Displays a message read from the serial port on the lcd.
|
||||
|
||||
- `UpTime`<br>
|
||||
Prints the amount of time since the Arduino has been reset.
|
||||
|
||||
- `hd44780examples`<br>
|
||||
The hd44780examples subdirectory contains
|
||||
hd44780_pinIO class specific wrapper sketches for sketches under
|
||||
examples/hd44780examples.
|
||||
Reference in New Issue
Block a user