1
0
Fork 0
2020-embedded-game-programming/game/src/text.h

4 lines
104 B
C
Raw Normal View History

2020-05-29 02:11:59 +00:00
void DrawText(uint16_t* framebuffer, char* string, int length, int tileX, int tileY, uint16_t color);