These are the examples provided for [[/users/frank26080115/libraries/LPC1700CMSIS_Lib/]] Note, the entire "program" is not compilable!

Revision:
0:bf7b9fba3924
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LCD/NOKIA6610_LCD/NXP_logo.h	Sun Mar 20 05:38:56 2011 +0000
@@ -0,0 +1,13 @@
+/*************************************************************************
+ *    File name   : NXP_logo.h
+ *    Description : NXP Logo include file
+ **************************************************************************/
+#include "drv_glcd.h"
+
+
+#ifndef __NXP_LOGO_H
+#define __NXP_LOGO_H
+
+extern Bmp_t NXP_Logo;
+
+#endif // __NXP_LOGO_H