Kevin De Koninck
/
Splash_Screen_program
program using splash screen
Revision 0:c4b413dfc268, committed 2013-08-05
- Comitter:
- kevin_de_koninck
- Date:
- Mon Aug 05 14:39:43 2013 +0000
- Commit message:
- program
Changed in this revision
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