Martin Johnson / Colour_Video_Demo

Dependencies:   STM32F3-Discovery-minimal

Fork of Space_Invaders_Demo by Martin Johnson

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];