Foundation classes for a basic GUI implementing simple widgets and events

Dependents:   TouchScreenGUIDemo

Revision:
9:616a9686d5db
Parent:
8:a460cabc85ac
Child:
12:63db16fea709
--- a/Widgets/BitmapWidget.h	Mon Apr 11 16:54:02 2016 +0000
+++ b/Widgets/BitmapWidget.h	Mon Apr 11 19:15:53 2016 +0000
@@ -8,6 +8,7 @@
     public:
     
         BitmapWidget(GUI* gui);
+        BitmapWidget(GUI* gui, bool monochrome);
                 
         // Ccncrete methods for this class
         void setBitmap(unsigned char* bitmap);