Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed_weloop_screen_demo
Fork of SharpLCD by
Diff: SharpLCD.hpp
- Revision:
- 2:270ee57c0367
- Parent:
- 1:ffc1d1d55581
- Child:
- 3:761d0f489b61
- Child:
- 4:31947c1695fc
--- 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
    