Revision 328d6253c5f255d88b969913daebef984062dfa5 authored by alex@thinkpad on 02 February 2018, 13:44:08 UTC, committed by alex@thinkpad on 02 February 2018, 13:44:08 UTC
(to make sure all events are printed in all modes)
1 parent 03c58c5
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