A small and easy-to-use library for the Nokia 5110, 3310, and LCD-10168 / PCD8544 LCD controller. Draw support includes strings, patterns, and pixel-by-pixel methods.

Dependents:   TextLCD_NOKIA_5110 Nokia5110_KL25Z Nokia5110_test_nucleo LPC1114_5110_PIR ... more

Revision:
1:5ec993784d65
Parent:
0:9cfce382e741
--- a/NOKIA_5110.cpp	Mon Jan 13 23:09:26 2014 +0000
+++ b/NOKIA_5110.cpp	Fri Oct 15 20:36:13 2021 +0000
@@ -1,8 +1,8 @@
 // Project: Nokia5110 - Controlling a NK5110 display from an NXP LPC1768
 // File: NOKIA_5110.cpp
-// Author: Chris Yan
-// Created: January, 2012
-// Revised: January, 2014
+// Author: Krissi Yan
+// Created: January, 2016
+// Revised: January, 2017
 //  Desc: Supporting code for the NokiaLcd class
 
 #include "NOKIA_5110.h"