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

Files at this revision

API Documentation at this revision

Comitter:
alindvall
Date:
Fri Mar 20 15:25:55 2015 +0000
Parent:
17:6e2abf107800
Child:
20:1a7c743600e6
Commit message:
Stupid commit just to get mbed to generate documentation

Changed in this revision

Application/Resource.h Show annotated file Show diff for this revision Revisions of this file
--- a/Application/Resource.h	Fri Mar 20 14:25:46 2015 +0100
+++ b/Application/Resource.h	Fri Mar 20 15:25:55 2015 +0000
@@ -52,7 +52,7 @@
  *    // run application
  *    app.setup();
  *    app.runToCompletion();
- *    
+ *
  *    ...
  * }
  * @endcode