cauqleuir madre
Dependencies: SDFileSystem mbed TFTLCD
Revision 58:672e16b6b5a4, committed 2013-02-02
- 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 |
--- 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