Files
Arduino/libraries/hd44780/examples/ioClass/hd44780_NTCUUserial/README.md
Jérôme Delacotte 7b30d6e298 first commit
2025-03-06 11:15:32 +01:00

855 B

hd44780_NTCUUserial examples

The examples included in this directory are for the hd44780_NTCUUserial i/o class.
The hd44780_NTCUUserial i/o class controls the Noritake CU-U series VFD with a native serial interface

The following examples are included:

  • HelloWorld
    Prints "Hello, World!" on the vfd

  • LCDCustomChars
    Demonstrates using custom characters

  • LineWrap
    Demonstrates automatic linewrap functionality

  • ReadWrite
    Demonstrates the ability to read data from the VFD.

  • Serial2LCD
    Displays a message read from the serial port on the lcd.

  • UpTime
    Prints the amount of time since the Arduino has been reset.

  • hd44780examples
    The hd44780examples subdirectory contains hd44780_NTCUUserial class specific wrapper sketches for sketches under examples/hd44780examples.