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

Application/basic_image_data.h

Committer:
embeddedartists
Date:
2015-02-19
Revision:
12:53601973f7eb
Parent:
11:265884fa7fdd

File content as of revision 12:53601973f7eb:

extern const unsigned char img_ok[];
extern const unsigned int img_size_ok;

extern const unsigned char img_cancel[];
extern const unsigned int img_size_cancel;

extern const unsigned char img_repeat[];
extern const unsigned int img_size_repeat;