This is a version of vga640x480g customized to work well with MbedConsole

Dependents:   MbedConsole

Fork of vga640x480g by Gert van der Knokke

Revision:
3:be212d7dbb60
Parent:
2:c9543fb59830
--- a/vga640x480g.cpp	Fri Sep 28 04:03:16 2012 +0000
+++ b/vga640x480g.cpp	Fri Sep 28 04:34:38 2012 +0000
@@ -295,6 +295,6 @@
     fl_pwm_enable(FL_ENABLE);
     fl_i2s_config_dma1(FL_OFF, FL_ON, 0, 2);
     fl_nvic_interrupt_set_enable(FL_NVIC_INT_PWM);  // start the PWM interrupts
-    NVIC_SetPriority(PWM1_IRQn, 80);
+    NVIC_SetPriority(PWM1_IRQn, 50);
     NVIC_SetPriority(DMA_IRQn, 95);
 }