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: DmTftLibrary mbed
Fork of dm_mainMod by
Diff: main.cpp
- Revision:
- 8:96fc3c1db479
- Parent:
- 7:3cf89facdd75
- Child:
- 9:a08c71deca80
--- a/main.cpp Fri May 12 21:59:30 2017 +0000
+++ b/main.cpp Fri May 12 23:13:49 2017 +0000
@@ -193,11 +193,11 @@
return -1;
}
- drawBmpFromFlash(0, 0);
- drawBmpFromFlash(0, 130);
+
+ drawBmpFromFlash(0, 106);
while(1) {
tft.drawNumber(0,48,nombre++,5, true);
- wait(1);
+ wait(0.1);
}
}
