Empty Launcher for the LPC4088. Base code

Dependencies:   DMBasicGUI DMSupport

Fork of lpc4088_displaymodule_empty_launcher by Embedded Artists

Committer:
alindvall
Date:
Tue Apr 28 11:56:04 2015 +0000
Revision:
3:f8a70ff53987
Parent:
2:e55ed8db46c2
Updated to latest version of the DMSupport library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
alindvall 0:71e474187082 1 extern const unsigned char img_empty[];
alindvall 0:71e474187082 2 extern const unsigned int img_size_empty;
alindvall 0:71e474187082 3
alindvall 2:e55ed8db46c2 4 extern const unsigned char img_ok[];
alindvall 2:e55ed8db46c2 5 extern const unsigned int img_size_ok;
alindvall 0:71e474187082 6