gameboy wormboy manboy gameworm gameman wormgame mangame manworm

Dependencies:   mbed SDFileSystem2

graphics_display.h

Committer:
dicarloj
Date:
2019-01-13
Revision:
17:c9afe1a7b423

File content as of revision 17:c9afe1a7b423:

#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