Demo of low res colour vga video for stm32f3 discovery board

Dependencies:   STM32F3-Discovery-minimal

Fork of Space_Invaders_Demo by Martin Johnson

Revision:
14:3035b3271395
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/menu.h	Thu May 31 03:38:14 2018 +0000
@@ -0,0 +1,10 @@
+typedef struct  {
+    char *name;
+    void (*prog)();
+} menuentry_t;
+
+typedef struct  {
+    char *title;
+    int no;
+    menuentry_t *entries;
+} menu_t;
\ No newline at end of file