gameboy wormboy manboy gameworm gameman wormgame mangame manworm

Dependencies:   mbed SDFileSystem2

Committer:
dicarloj
Date:
Sun Jan 13 19:00:10 2019 +0000
Revision:
17:c9afe1a7b423
a

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dicarloj 17:c9afe1a7b423 1 #ifndef GBC_GRAPHICS_DISPLAY_H
dicarloj 17:c9afe1a7b423 2 #define GBC_GRAPHICS_DISPLAY_H
dicarloj 17:c9afe1a7b423 3 #include "types.h"
dicarloj 17:c9afe1a7b423 4
dicarloj 17:c9afe1a7b423 5 void initGraphics(u8* frameBuffer); // initialize graphics
dicarloj 17:c9afe1a7b423 6 void updateGraphics(); // draw whatever is in the fb. format is array of u8's, 160x140, intensity.
dicarloj 17:c9afe1a7b423 7
dicarloj 17:c9afe1a7b423 8
dicarloj 17:c9afe1a7b423 9 #endif //GBC_GRAPHICS_DISPLAY_H