Basic swim GUI for LPC4088

Fork of DMBasicGUI by Embedded Artists

Changes

RevisionDateWhoCommit message
38:1b7c79a10e14 2016-03-14 redbird revert programming default tip
37:4a87841ebbb7 2016-03-12 redbird fix blackouts
36:93d7ea74dd27 2016-03-12 redbird revert no background
35:fd0fab867e51 2016-03-12 redbird revert no background
34:d0ec9922352f 2016-03-09 redbird changed color depth
33:8152b95f38f0 2016-03-09 redbird fix colors
32:0bc5e4e1dfcc 2016-03-09 redbird added other apps
31:560bd5d72d3d 2016-03-07 redbird 1
30:f1679daafa2e 2016-03-07 redbird change font
29:462eb35c5947 2016-03-06 redbird 8
28:5457bdb06bbc 2016-03-06 redbird 6
27:89ad51d98ed8 2016-03-06 redbird 4
26:fb9902ddf294 2016-03-06 redbird 4
25:9528217a6c39 2016-03-06 redbird ch sz 3
24:bd216e6a4628 2016-03-06 redbird ch sz 2
23:36f1609413c0 2016-03-06 redbird ch sz 1
22:25d1d95a2538 2016-03-06 redbird test button size change
21:887ca4a2cef1 2016-03-06 redbird beginning GUI testing
20:1a7c743600e6 2015-03-23 embeddedartists Merge
19:f3d0189401e4 2015-03-23 embeddedartists - Made all font tables "const" as they are never modified. This will free up a
18:d41537a70189 2015-03-20 alindvall Stupid commit just to get mbed to generate documentation
17:6e2abf107800 2015-03-20 embeddedartists - Added a Resource concept to allow runtime selection of image source. The
16:feb669462368 2015-03-09 alindvall Whitespace change just to force an update of the mbed.org documentation
15:a68bb30ab95e 2015-03-09 embeddedartists - More documentation fixes
14:647b1896ed84 2015-03-09 embeddedartists Updated code documentation
13:bff2288c2c61 2015-03-09 embeddedartists Added documentation of the SlideShow related classes
12:53601973f7eb 2015-02-19 embeddedartists - Corrected button pin name (wrong after switching to LPC4088_DM as target
11:265884fa7fdd 2015-02-17 embeddedartists - Replaced wait_ms with Thread::wait in SlideShow
10:651861441108 2015-01-26 embeddedartists - Added virtual destructors to avoid undefined behaviour
9:ce69a7adfe9c 2015-01-20 embeddedartists - Added support in DigitButton and ImageButton to pass a pre-loaded image
8:19a6b70d42b1 2015-01-17 embeddedartists - Updated apps to wait for signal before reading touch event. This eliminates polling and waits
7:4ba7bd9d32ef 2015-01-08 embeddedartists - Added pressed() and bounds() functions to Clickable
6:7917b0894655 2015-01-08 embeddedartists - Fixed bug in Image class
5:f4de114c31c3 2014-12-21 embeddedartists - Added support for RAW images
4:a73760d09423 2014-12-19 embeddedartists - Fixed bug in AppTouchCalibration (return values not correctly handled)
3:3fabfe3339b8 2014-12-19 embeddedartists - Fixed bug in Clickable
2:efae611de184 2014-12-19 embeddedartists Added ImageButton and Clickable
1:46c8df4608c8 2014-12-11 embeddedartists Updated documentation
0:4977187e90c7 2014-12-11 embeddedartists First version