Replaces proprietary fonts
This commit is contained in:
parent
579023e3f5
commit
7c348f3ca1
4 changed files with 2969 additions and 5 deletions
|
|
@ -7,12 +7,12 @@
|
|||
#include "fonts.h"
|
||||
|
||||
extern const font_info_t glcd_5x7_font_info;
|
||||
extern const font_info_t tahoma_8pt_font_info;
|
||||
extern const font_info_t tahoma_16ptFontInfo;
|
||||
extern const font_info_t roboto_8ptFontInfo;
|
||||
extern const font_info_t roboto_10ptFontInfo;
|
||||
|
||||
const font_info_t* fonts[NUM_FONTS] =
|
||||
{
|
||||
&glcd_5x7_font_info,
|
||||
&tahoma_8pt_font_info,
|
||||
&tahoma_16ptFontInfo,
|
||||
&roboto_8ptFontInfo,
|
||||
&roboto_10ptFontInfo,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue