program using splash screen

Files at this revision

API Documentation at this revision

Comitter:
kevin_de_koninck
Date:
Mon Aug 05 14:39:43 2013 +0000
Commit message:
program

Changed in this revision

C12832_lcd.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
splash_screen.lib Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r c4b413dfc268 C12832_lcd.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/C12832_lcd.lib	Mon Aug 05 14:39:43 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/dreschpe/code/C12832_lcd/#c9afe58d786a
diff -r 000000000000 -r c4b413dfc268 main.cpp
--- /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);
+}
diff -r 000000000000 -r c4b413dfc268 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Mon Aug 05 14:39:43 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/e3affc9e7238
\ No newline at end of file
diff -r 000000000000 -r c4b413dfc268 splash_screen.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/splash_screen.lib	Mon Aug 05 14:39:43 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/kevin_de_koninck/code/splash_screen/#0b4018781642