Demo of low res colour vga video for stm32f3 discovery board

Dependencies:   STM32F3-Discovery-minimal

Fork of Space_Invaders_Demo by Martin Johnson

Revision:
1:1b37c4b989b4
Parent:
0:404dae88af71
Child:
3:93e488fbb8a2
--- a/video.c	Tue Mar 01 02:40:19 2016 +0000
+++ b/video.c	Mon May 09 22:35:58 2016 +0000
@@ -29,6 +29,9 @@
 //   \ o  o Ho Vo  o /		V=Vsync=PA1
 //    --------------		G=Green=PA7
 //
+// o G o o   o X X 
+// o o o o o H V o
+// 
 #include "stm32f30x.h"
 #include "video.h"
 //#include "stm32f3xx_hal_conf.h"
@@ -107,7 +110,7 @@
 
 	TimerPeriod = 2048;
 	Channel1Pulse = 144;		/* HSYNC */
-	Channel2Pulse = 368; 		/* HSYNC + BACK PORCH */
+	Channel2Pulse = 364; 		/* HSYNC + BACK PORCH */
 	
 	TIM_TimeBaseStructure.TIM_Prescaler = 0;
 	TIM_TimeBaseStructure.TIM_CounterMode = TIM_CounterMode_Up;