Foundation classes for a basic GUI implementing simple widgets and events

Dependents:   TouchScreenGUIDemo

Revision:
14:e6515b19f5a0
Parent:
12:63db16fea709
Child:
16:e9a771ecfdbe
--- a/Widgets/BitmapWidget.h	Sat May 21 14:40:09 2016 +0000
+++ b/Widgets/BitmapWidget.h	Sat May 21 16:36:02 2016 +0000
@@ -11,7 +11,7 @@
         BitmapWidget(GraphicsContext *context, bool monochrome);
                 
         // Ccncrete methods for this class
-        void setBitmap(unsigned char* bitmap, int width, int height);
+        void setBitmap(unsigned char const * bitmap, int width, int height);
         
         // Set to draw the bitmap in monochrome
         void setMonochrome(bool enabled);