gameboy wormboy manboy gameworm gameman wormgame mangame manworm

Dependencies:   mbed SDFileSystem2

Revision:
17:c9afe1a7b423
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics_display.h	Sun Jan 13 19:00:10 2019 +0000
@@ -0,0 +1,9 @@
+#ifndef GBC_GRAPHICS_DISPLAY_H
+#define GBC_GRAPHICS_DISPLAY_H
+#include "types.h"
+
+void initGraphics(u8* frameBuffer); // initialize graphics
+void updateGraphics();              // draw whatever is in the fb.  format is array of u8's, 160x140, intensity.
+
+
+#endif //GBC_GRAPHICS_DISPLAY_H