1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-14 00:29:35 +00:00
8bitworkshop/presets/williams/font.h

5 lines
118 B
C
Raw Permalink Normal View History

byte draw_char(char ch, word x, byte y, byte color);
void draw_string(const char* str, word x, byte y, byte color);