Demo of low res colour vga video for stm32f3 discovery board

Dependencies:   STM32F3-Discovery-minimal

Fork of Space_Invaders_Demo by Martin Johnson

Revision:
2:1c1f7677ac17
Parent:
0:404dae88af71
Child:
3:93e488fbb8a2
--- a/sys.c	Mon May 09 22:35:58 2016 +0000
+++ b/sys.c	Tue May 17 23:53:10 2016 +0000
@@ -76,7 +76,7 @@
 
 	sysTiming = dly;
 
-	while (sysTiming > 0) { };
+	while (sysTiming > 0) {};//__wfe();};
 
 }