Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem mbed TFTLCD
main.cpp
00001 #include "imaginator.h" 00002 00003 #define HellIsHot 1 00004 int main() { 00005 //bmpFromSDToScreen("/sd/mydir/rose.bmp"); 00006 //wait(5); 00007 while(HellIsHot) 00008 { 00009 bmpFromSDToScreen("/sd/mydir/1.bmp"); 00010 wait(1); 00011 bmpFromSDToScreen("/sd/mydir/2.bmp"); 00012 wait(1); 00013 bmpFromSDToScreen("/sd/mydir/3.bmp"); 00014 wait(1); 00015 bmpFromSDToScreen("/sd/mydir/4.bmp"); 00016 wait(1); 00017 bmpFromSDToScreen("/sd/mydir/5.bmp"); 00018 wait(1); 00019 bmpFromSDToScreen("/sd/mydir/6.bmp"); 00020 wait(1); 00021 bmpFromSDToScreen("/sd/mydir/7.bmp"); 00022 wait(1); 00023 bmpFromSDToScreen("/sd/mydir/8.bmp"); 00024 wait(1); 00025 } 00026 //wait(5); 00027 //bmpFromSDToScreen("/sd/mydir/emecs.bmp"); 00028 //wait(5); 00029 }
Generated on Thu Jul 14 2022 07:08:24 by
1.7.2