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
--- /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
--- /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);
+}
--- /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
--- /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