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:
6:7917b0894655
Parent:
5:f4de114c31c3
Child:
10:651861441108
--- a/Application/Image.cpp	Sun Dec 21 13:53:07 2014 +0100
+++ b/Application/Image.cpp	Thu Jan 08 11:14:56 2015 +0100
@@ -208,6 +208,7 @@
     } else {
         result = Image::decode(buff, size, res, pDataOut);
         free(buff);
+        return result;
     }
     
     // success