Sample GUI for LPC4088. Base code to begin dev

Dependencies:   DMBasicGUI DMSupport

Fork of lpc4088_displaymodule_shipped_demo by Embedded Artists

image_data.h

Committer:
alindvall
Date:
2015-04-28
Revision:
4:a7cbb22e4348
Parent:
0:b94e330c98ac

File content as of revision 4:a7cbb22e4348:

extern const unsigned char img_480x272_about[];
extern const unsigned int img_size_480x272_about;

extern const unsigned char img_480x272_arrow_down[];
extern const unsigned int img_size_480x272_arrow_down;

extern const unsigned char img_480x272_arrow_left[];
extern const unsigned int img_size_480x272_arrow_left;

extern const unsigned char img_480x272_arrow_right[];
extern const unsigned int img_size_480x272_arrow_right;

extern const unsigned char img_480x272_arrow_up[];
extern const unsigned int img_size_480x272_arrow_up;

extern const unsigned char img_480x272_background[];
extern const unsigned int img_size_480x272_background;

extern const unsigned char img_480x272_cancel[];
extern const unsigned int img_size_480x272_cancel;

extern const unsigned char img_480x272_ok[];
extern const unsigned int img_size_480x272_ok;

extern const unsigned char img_480x272_repeat[];
extern const unsigned int img_size_480x272_repeat;

extern const unsigned char img_480x272_super_mono_3d_02[];
extern const unsigned int img_size_480x272_super_mono_3d_02;

extern const unsigned char img_480x272_super_mono_3d_22[];
extern const unsigned int img_size_480x272_super_mono_3d_22;

extern const unsigned char img_480x272_super_mono_3d_48[];
extern const unsigned int img_size_480x272_super_mono_3d_48;

extern const unsigned char img_480x272_super_mono_3d_57[];
extern const unsigned int img_size_480x272_super_mono_3d_57;

extern const unsigned char img_480x272_super_mono_3d_87[];
extern const unsigned int img_size_480x272_super_mono_3d_87;

extern const unsigned char img_480x272_super_mono_3d_93[];
extern const unsigned int img_size_480x272_super_mono_3d_93;

extern const unsigned char img_480x272_super_mono_3d_part2_19[];
extern const unsigned int img_size_480x272_super_mono_3d_part2_19;

extern const unsigned char img_480x272_super_mono_3d_part2_68[];
extern const unsigned int img_size_480x272_super_mono_3d_part2_68;

extern const unsigned char img_800x480_cancel[];
extern const unsigned int img_size_800x480_cancel;

extern const unsigned char img_800x480_ok[];
extern const unsigned int img_size_800x480_ok;

extern const unsigned char img_800x480_repeat[];
extern const unsigned int img_size_800x480_repeat;

extern const unsigned char img_numbers_16[];
extern const unsigned int img_size_numbers_16;

extern const unsigned char img_numbers_16b[];
extern const unsigned int img_size_numbers_16b;

extern const unsigned char img_numbers_20b[];
extern const unsigned int img_size_numbers_20b;

extern const unsigned char img_usb_keyboard[];
extern const unsigned int img_size_usb_keyboard;

extern const unsigned char img_usb_keyboard_ejected[];
extern const unsigned int img_size_usb_keyboard_ejected;

extern const unsigned char img_usb_masstorage[];
extern const unsigned int img_size_usb_masstorage;

extern const unsigned char img_usb_masstorage_ejected[];
extern const unsigned int img_size_usb_masstorage_ejected;

extern const unsigned char img_usb_mouse[];
extern const unsigned int img_size_usb_mouse;

extern const unsigned char img_usb_mouse_ejected[];
extern const unsigned int img_size_usb_mouse_ejected;