Class used to interface with the Nokia N5110 LCD.

Fork of N5110 by Craig Evans

Revision:
44:42f47a8791c7
Parent:
42:596c207519de
diff -r c2598020fcac -r 42f47a8791c7 N5110.h
--- a/N5110.h	Tue Mar 21 11:46:14 2017 +0000
+++ b/N5110.h	Wed May 03 21:13:17 2017 +0000
@@ -341,8 +341,7 @@
     *   @deprecated Use setPixel(x, y, false) instead
     */
     void clearPixel(unsigned int const x,
-                    unsigned int const y)
-    __attribute__((deprecated("Use setPixel(x,y,false) instead")));
+                    unsigned int const y);
 
     /** Get a Pixel
     *