program using splash screen

Revision:
0:c4b413dfc268
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Mon Aug 05 14:39:43 2013 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+#include "C12832_lcd.h"
+#include "splash_screen.h"
+
+C12832_LCD lcd;
+
+int main()
+{
+    splash_screen(lcd);
+    
+    while(1);
+}