This driver is meant for the monochrome LCD display (model no: LS013B4DN04) from Sharp; but it should be easily adaptable to other Sharp displays.

Dependents:   sharpLCD-demo

Revision:
2:270ee57c0367
Parent:
1:ffc1d1d55581
Child:
3:761d0f489b61
--- a/SharpLCD.hpp	Wed Jul 30 07:29:17 2014 +0000
+++ b/SharpLCD.hpp	Wed Jul 30 07:53:49 2014 +0000
@@ -85,6 +85,12 @@
         FrameBuffer(uint8_t *fb);
 
         /**
+         * Clear the framebuffer to prepare for new drawing. The cleared buffer
+         * still needs to be drawn on the LCD if clearning the LCD is desired.
+         */
+        void clear(void);
+
+        /**
          * \brief Copy over a bitmap to a specified location into the framebuffer.
          *
          * This is the main work-horse for displaying bitmaps on the LCD. We