Matiasus / PCD8544

C library for PCD8544 LCD driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C Library for LCD PCD8544 driver display

PCD8544 Description

Detailed information are described in Datasheet PCD8544.

Library

C library for driving Nokia 5110 LCD display with PCD8544 Driver through SPI's Atmega16 / Atmega8.

Usage

Prior defined for MCU Atmega16 / Atmega8. Need to be carefull with SPI ports definition.

PORT Atmega16 Atmega8
SS PB4 PB2
MOSI PB5 PB3
MISO PB6 PB4
SCK PB7 PB5

Tested

Library was tested and proved on a Nokia 5110 LCD display with Atmega16.

Demonstration

Links

Acknowledgement

About

C library for PCD8544 LCD driver

License:MIT License


Languages

Language:C 89.4%Language:Makefile 10.6%