1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00
lvgl/lv_misc/lv_fonts/symbol_40_basic.h
Gabor Kiss-Vamosi 91b788dc57 minor fixes
2017-12-08 08:59:37 +01:00

15 lines
308 B
C

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