cauqleuir madre

Dependencies:   SDFileSystem mbed TFTLCD

Files at this revision

API Documentation at this revision

Comitter:
Danton
Date:
Sat Feb 02 21:18:57 2013 +0000
Parent:
57:ed9db2bcd1bf
Commit message:
We have Ads

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r ed9db2bcd1bf -r 672e16b6b5a4 main.cpp
--- a/main.cpp	Sat Feb 02 20:03:24 2013 +0000
+++ b/main.cpp	Sat Feb 02 21:18:57 2013 +0000
@@ -1,6 +1,29 @@
 #include "imaginator.h"
 
-
+#define HellIsHot 1
 int main() {
-    bmpFromSDToScreen("/sd/mydir/rose.bmp");
+    //bmpFromSDToScreen("/sd/mydir/rose.bmp");
+    //wait(5);
+    while(HellIsHot)
+    {
+    bmpFromSDToScreen("/sd/mydir/1.bmp");
+    wait(1);
+    bmpFromSDToScreen("/sd/mydir/2.bmp");
+    wait(1);
+    bmpFromSDToScreen("/sd/mydir/3.bmp");
+    wait(1);
+    bmpFromSDToScreen("/sd/mydir/4.bmp");
+    wait(1);
+    bmpFromSDToScreen("/sd/mydir/5.bmp");
+    wait(1);
+    bmpFromSDToScreen("/sd/mydir/6.bmp");
+    wait(1);
+    bmpFromSDToScreen("/sd/mydir/7.bmp");
+    wait(1);
+    bmpFromSDToScreen("/sd/mydir/8.bmp");
+    wait(1);
+    }
+    //wait(5);
+    //bmpFromSDToScreen("/sd/mydir/emecs.bmp");
+    //wait(5);
 }
\ No newline at end of file