Demo of low res colour vga video for stm32f3 discovery board

Dependencies:   STM32F3-Discovery-minimal

Fork of Space_Invaders_Demo by Martin Johnson

Revision:
10:8ffcefda667a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/menu.h	Wed May 30 03:23:47 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