Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 717 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 717 Bytes

NHD Character LCD Arduino Code Library

This library is written for Newhaven Display's family of character LCDs using the ST7066U controller IC. Upon release, this library will be available on the Arduino Library Manager.

Library Download and Installation (Without Library Manager)

  1. To download. Click on Code -> Download ZIP in the top right corner.
  2. Rename the uncompressed folder NHD-Character-LCD-Library.
  3. Check that the NHD-Character-LCD-Library folder contains NHD_Character_LCD.cpp and NHD_Character_LCD.h
  4. Place the NHD-Character-LCD-Library library folder in your /libraries/ folder. You may need to create the libraries subfolder if its your first library.
  5. Restart the IDE.