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
History
More updates related to mbed OS 5
2019-11-04, by embeddedartists [Mon, 04 Nov 2019 14:31:50 +0000] rev 22
More updates related to mbed OS 5
Updates related to mbed OS 5
2019-10-23, by embeddedartists [Wed, 23 Oct 2019 06:59:53 +0000] rev 21
Updates related to mbed OS 5
Merge
2015-03-23, by embeddedartists [Mon, 23 Mar 2015 14:28:07 +0100] rev 20
Merge
- Made all font tables "const" as they are never modified. This will free up a
2015-03-23, by embeddedartists [Mon, 23 Mar 2015 14:25:46 +0100] rev 19
- Made all font tables "const" as they are never modified. This will free up a
lot of internal RAM if/when fonts are used
Stupid commit just to get mbed to generate documentation
2015-03-20, by alindvall [Fri, 20 Mar 2015 15:25:55 +0000] rev 18
Stupid commit just to get mbed to generate documentation
- Added a Resource concept to allow runtime selection of image source. The
2015-03-20, by embeddedartists [Fri, 20 Mar 2015 14:25:46 +0100] rev 17
- Added a Resource concept to allow runtime selection of image source. The
resource can be loaded from an array in flash or from a file on any of the
available file systems. Using a resource makes it possible to have different
resources depending on display resolution
- Removed the basic_image data files
- Added support for the 5" display (800x480 resolution)
- Added possibility to change the default font in SWIM
Whitespace change just to force an update of the mbed.org documentation
2015-03-09, by alindvall [Mon, 09 Mar 2015 14:24:54 +0000] rev 16
Whitespace change just to force an update of the mbed.org documentation
- More documentation fixes
2015-03-09, by embeddedartists [Mon, 09 Mar 2015 11:08:43 +0100] rev 15
- More documentation fixes
- Improved interface for the Renderer class by removing setRenderThread()
Updated code documentation
2015-03-09, by embeddedartists [Mon, 09 Mar 2015 10:50:17 +0100] rev 14
Updated code documentation
Added documentation of the SlideShow related classes
2015-03-09, by embeddedartists [Mon, 09 Mar 2015 10:40:55 +0100] rev 13
Added documentation of the SlideShow related classes