Demo of low res colour vga video for stm32f3 discovery board

Dependencies:   STM32F3-Discovery-minimal

Fork of Space_Invaders_Demo by Martin Johnson

Revision:
7:513afc954d6e
Parent:
5:594c9712697c
Child:
8:34fb94209517
--- a/video.h	Thu May 17 21:27:22 2018 +0000
+++ b/video.h	Mon May 28 10:38:27 2018 +0000
@@ -27,8 +27,8 @@
 
 #include "gdptypes.h"
 
-#define	VID_HSIZE		175 //261		// Horizontal resolution (in bytes)
-#define	VID_VSIZE		200		// Vertical resolution (in lines)
+#define	VID_HSIZE		150 //261		// Horizontal resolution (in bytes)
+#define	VID_VSIZE		240		// Vertical resolution (in lines)
 
 #define	VID_PIXELS_X	(VID_HSIZE)
 #define	VID_PIXELS_Y	VID_VSIZE