Demo of low res colour vga video for stm32f3 discovery board

Dependencies:   STM32F3-Discovery-minimal

Fork of Space_Invaders_Demo by Martin Johnson

Revision:
5:594c9712697c
Parent:
3:93e488fbb8a2
Child:
7:513afc954d6e
Child:
12:f819427d0bec
--- a/video.h	Wed May 16 02:48:27 2018 +0000
+++ b/video.h	Thu May 17 00:59:01 2018 +0000
@@ -28,7 +28,7 @@
 #include "gdptypes.h"
 
 #define	VID_HSIZE		175 //261		// Horizontal resolution (in bytes)
-#define	VID_VSIZE		150		// Vertical resolution (in lines)
+#define	VID_VSIZE		200		// Vertical resolution (in lines)
 
 #define	VID_PIXELS_X	(VID_HSIZE)
 #define	VID_PIXELS_Y	VID_VSIZE