Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI lpc4088_displaymodule_fs_aid ... more
Fork of DMBasicGUI by
Diff: Application/basic_image_data.h
- Revision:
- 11:265884fa7fdd
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Application/basic_image_data.h Tue Feb 17 10:34:13 2015 +0100 @@ -0,0 +1,8 @@ +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;
