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/AppLauncher.h	Mon Jan 26 10:06:58 2015 +0100
+++ b/Application/AppLauncher.h	Tue Feb 17 10:34:13 2015 +0100
@@ -49,6 +49,8 @@
     bool addButton(uint32_t buttonID, const char* caption);
     bool addImageButton(uint32_t buttonID, const char* imgUp, const char* imgDown = 0);
     bool addImageButton(uint32_t buttonID, const unsigned char* imgUp, unsigned int imgUpSize, const unsigned char* imgDown = 0, unsigned int imgDownSize = 0);
+    bool addImageButton(uint32_t buttonID, const char* caption, COLOR_T color, const char* imgUp, const char* imgDown = 0);
+    bool addImageButton(uint32_t buttonID, const char* caption, COLOR_T color, const unsigned char* imgUp, unsigned int imgUpSize, const unsigned char* imgDown = 0, unsigned int imgDownSize = 0);
 
 private:
     enum Constants {