cauqleuir madre

Dependencies:   SDFileSystem mbed TFTLCD

Committer:
Danton
Date:
Sat Feb 02 21:18:57 2013 +0000
Revision:
58:672e16b6b5a4
Parent:
57:ed9db2bcd1bf
We have Ads

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Danton 56:51410b4b1078 1 #include "imaginator.h"
Danton 21:ed9ea3485f93 2
Danton 58:672e16b6b5a4 3 #define HellIsHot 1
Danton 0:a11b3a90c259 4 int main() {
Danton 58:672e16b6b5a4 5 //bmpFromSDToScreen("/sd/mydir/rose.bmp");
Danton 58:672e16b6b5a4 6 //wait(5);
Danton 58:672e16b6b5a4 7 while(HellIsHot)
Danton 58:672e16b6b5a4 8 {
Danton 58:672e16b6b5a4 9 bmpFromSDToScreen("/sd/mydir/1.bmp");
Danton 58:672e16b6b5a4 10 wait(1);
Danton 58:672e16b6b5a4 11 bmpFromSDToScreen("/sd/mydir/2.bmp");
Danton 58:672e16b6b5a4 12 wait(1);
Danton 58:672e16b6b5a4 13 bmpFromSDToScreen("/sd/mydir/3.bmp");
Danton 58:672e16b6b5a4 14 wait(1);
Danton 58:672e16b6b5a4 15 bmpFromSDToScreen("/sd/mydir/4.bmp");
Danton 58:672e16b6b5a4 16 wait(1);
Danton 58:672e16b6b5a4 17 bmpFromSDToScreen("/sd/mydir/5.bmp");
Danton 58:672e16b6b5a4 18 wait(1);
Danton 58:672e16b6b5a4 19 bmpFromSDToScreen("/sd/mydir/6.bmp");
Danton 58:672e16b6b5a4 20 wait(1);
Danton 58:672e16b6b5a4 21 bmpFromSDToScreen("/sd/mydir/7.bmp");
Danton 58:672e16b6b5a4 22 wait(1);
Danton 58:672e16b6b5a4 23 bmpFromSDToScreen("/sd/mydir/8.bmp");
Danton 58:672e16b6b5a4 24 wait(1);
Danton 58:672e16b6b5a4 25 }
Danton 58:672e16b6b5a4 26 //wait(5);
Danton 58:672e16b6b5a4 27 //bmpFromSDToScreen("/sd/mydir/emecs.bmp");
Danton 58:672e16b6b5a4 28 //wait(5);
Danton 0:a11b3a90c259 29 }