/avr-nokia5110

Lightweight and easy to use library for PCD8544 lcd controller, tested on ATmega328P and Nokia 5110 LCD

Primary LanguageCGNU General Public License v3.0GPL-3.0

Features

  • Super lightweight
  • Buffer that can be easly modified and send to LCD at once
  • Font scale from 1 to 6
  • Cursor, every char will be placed next to previous automatically
  • Power on/off LCD
  • Font in external file, saved in Flash (PROGMEM)

Usage

  1. Import files to your IDE
  2. Change or connect LCD to pins listed in LCD/lcd.h file
  3. Compile and run app

Explanation of all functions is in lcd.h header file.