32 lines
855 B
Markdown
32 lines
855 B
Markdown
hd44780_NTCUUserial examples
|
|
=======================
|
|
|
|
The examples included in this directory are for the hd44780_NTCUUserial i/o class.<br>
|
|
The hd44780_NTCUUserial i/o class controls the Noritake CU-U series VFD with a native serial interface
|
|
|
|
|
|
#### The following examples are included:
|
|
|
|
- `HelloWorld`<br>
|
|
Prints "Hello, World!" on the vfd
|
|
|
|
- `LCDCustomChars`<br>
|
|
Demonstrates using custom characters
|
|
|
|
- `LineWrap`<br>
|
|
Demonstrates automatic linewrap functionality
|
|
|
|
- `ReadWrite`<br>
|
|
Demonstrates the ability to read data from the VFD.
|
|
|
|
- `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_NTCUUserial class specific wrapper sketches for sketches under
|
|
examples/hd44780examples.
|