A basic graphics package for the LPC4088 Display Module.

Dependents:   lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI lpc4088_displaymodule_fs_aid ... more

Fork of DMBasicGUI by EmbeddedArtists AB

Revision:
11:265884fa7fdd
Parent:
10:651861441108
Child:
14:647b1896ed84
--- a/Application/AppColorPicker.h	Mon Jan 26 10:06:58 2015 +0100
+++ b/Application/AppColorPicker.h	Tue Feb 17 10:34:13 2015 +0100
@@ -20,7 +20,7 @@
 #include "App.h"
 #include "DMBoard.h"
 #include "lpc_swim.h"
-#include "Button.h"
+#include "ImageButton.h"
 
 /**
  * An App example. Lets the user pick a color from a colored area.
@@ -44,8 +44,9 @@
     Display* _disp;
     SWIM_WINDOW_T* _win;
     SWIM_WINDOW_T* _colorwin;
-    void* _fb;
-    Button* _btn;
+    COLOR_T* _fb;
+    COLOR_T* _fb2;
+    ImageButton* _btn;
 
     void draw();
 };