Driver for the range of Nokia 130x130 displays as found on Sparkfun and Olimex breakout boards, supporting the 6100, 6610 and PCF8833 drivers

Dependents:   NokiaLCD_HelloWorld SpectrumAnalyzer MARMEX_OB_oled__HelloWorld GMT_counter ... more

Revision:
1:8f005b0dcfa7
Parent:
0:ff874f85ed33
Child:
2:2d1b23692cbb
--- a/NokiaLCD.h	Wed Jun 09 08:02:04 2010 +0000
+++ b/NokiaLCD.h	Fri Nov 19 22:07:46 2010 +0000
@@ -98,7 +98,6 @@
     void foreground(int c);
     void background(int c);
 
-
 protected:
     virtual void _window(int x, int y, int width, int height);
     virtual void _putp(int colour);