Revision 8f06320f245376f78b105a69cdbcc1d181748ea8 authored by alex@thinkpad on 21 April 2016, 06:59:53 UTC, committed by alex@thinkpad on 21 April 2016, 06:59:53 UTC
1 parent f9a813b
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