https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 747da147152936a75718b7e0c9fb21a25abbe761 authored by Daniel Fort on 19 December 2018, 18:11:43 UTC
Closed branch unified-600D-audio_meters_fix
Tip revision: 747da14
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