Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 564 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 564 Bytes

HD44780-LIBRARY for AVR

Library for working with HD44780 LCD on AVR

This library allows you to work with LCD in different modes, namely:  

  • Work on one wire (using a shift register SN74HC595)  
  • Work on two wires (using a shift registerSN74HC164)  
  • Standard 4-bit mode  
  • standard 8-bit mode

This library allows to work with strings who localed in RAM, FLASH and EEPROM memory.

Also pins for display control can be assigned in any order and from any ports.

Usage

See PulsarHD44780.h You need to edit it with the pins you're using.