Revision d46ec6fcfef78b1c1748563560cab8fd406613fc authored by bouncyball on 13 January 2017, 08:53:55 UTC, committed by bouncyball on 13 January 2017, 08:53:55 UTC
1 parent 193e8de
Raw File
font_direct.h

#ifndef _FONT_DIRECT_H_
#define _FONT_DIRECT_H_


#define FONTW 8
#define FONTH 8

void font_draw(uint32_t x_pos, uint32_t y_pos, uint32_t color, uint32_t scale, char *text);

#endif /* _FONT_DIRECT_H_ */
back to top