https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 95a3121ca5e3f883146a258bd5a82c33ad3e0d89 authored by Daniel Fort on 09 May 2018, 02:48:20 UTC
fixed formatting
Tip revision: 95a3121
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