Files
lvgl/lv_misc/lv_fonts/symbol_80_basic.h
Gabor Kiss-Vamosi 7fb2974259 regenerate the fonts
2017-12-08 15:56:01 +01:00

15 lines
308 B
C

#ifndef SYMBOL_80_BASIC_H
#define SYMBOL_80_BASIC_H
/*Use UTF-8 encoding in the IDE*/
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_80_BASIC
#include <stdint.h>
#include "../lv_font.h"
extern lv_font_t lv_font_symbol_80_basic;
#endif /*USE_LV_FONT_SYMBOL_80_BASIC*/
#endif /*SYMBOL_80_BASIC_H*/