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:
10:651861441108
Parent:
9:ce69a7adfe9c
--- a/Application/DigitButton.h	Tue Jan 20 09:05:30 2015 +0100
+++ b/Application/DigitButton.h	Mon Jan 26 10:06:58 2015 +0100
@@ -38,7 +38,7 @@
      *  @param height  the height of the button
      */
   DigitButton(COLOR_T* fb, uint16_t x, uint16_t y, uint16_t width, uint16_t height);
-  ~DigitButton();
+  virtual ~DigitButton();
 
     /** Loads the mandatory "normal" state image and the optional "pressed" state image
      *