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

Committer:
embeddedartists
Date:
Thu Feb 19 14:37:29 2015 +0100
Revision:
12:53601973f7eb
Parent:
11:265884fa7fdd
- Corrected button pin name (wrong after switching to LPC4088_DM as target
- Corrected color shift in SlideShow

Who changed what in which revision?

UserRevisionLine numberNew contents of line
embeddedartists 11:265884fa7fdd 1 extern const unsigned char img_ok[];
embeddedartists 11:265884fa7fdd 2 extern const unsigned int img_size_ok;
embeddedartists 11:265884fa7fdd 3
embeddedartists 11:265884fa7fdd 4 extern const unsigned char img_cancel[];
embeddedartists 11:265884fa7fdd 5 extern const unsigned int img_size_cancel;
embeddedartists 11:265884fa7fdd 6
embeddedartists 11:265884fa7fdd 7 extern const unsigned char img_repeat[];
embeddedartists 11:265884fa7fdd 8 extern const unsigned int img_size_repeat;