https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 8dc672d2a590f0cf21e69d94cb4db566bb956146 authored by a1ex on 19 June 2016, 18:13:39 UTC
Close branch Windows build_tools.
Tip revision: 8dc672d
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