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: STM32F3-Discovery-minimal
Fork of Space_Invaders_Demo by
Diff: bounce.c
- Revision:
- 7:513afc954d6e
- Parent:
- 3:93e488fbb8a2
- Child:
- 8:34fb94209517
--- a/bounce.c Thu May 17 21:27:22 2018 +0000 +++ b/bounce.c Mon May 28 10:38:27 2018 +0000 @@ -13,8 +13,6 @@ int16_t accel[3]; MemsConfig(); vidClearScreen(); - gdiSetColour(3); - gdiRectangle(0,0,(VID_HSIZE - 1),VID_VSIZE - 1,0); int count=0; int maxcount=0; char string[16];