Skip to content

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

Notifications You must be signed in to change notification settings

pbaja/AvrPCD8544

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Features

  • Super lightweight (1.58KB Program, 0.526KB Data)
  • 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 upload main.c

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages