2017-11-23 20:42:14 +01:00
|
|
|
#ifndef SYMBOL_80_FILE_H
|
|
|
|
#define SYMBOL_80_FILE_H
|
|
|
|
|
|
|
|
/*Use UTF-8 encoding in the IDE*/
|
|
|
|
|
2017-11-26 11:38:28 +01:00
|
|
|
#include "lv_conf.h"
|
2017-11-23 20:42:14 +01:00
|
|
|
|
2017-11-23 21:28:36 +01:00
|
|
|
#if USE_LV_FONT_SYMBOL_80_FILE != 0
|
2017-11-23 20:42:14 +01:00
|
|
|
|
|
|
|
#include <stdint.h>
|
2017-11-26 14:39:22 +01:00
|
|
|
#include "../lv_font.h"
|
2017-11-23 20:42:14 +01:00
|
|
|
|
2017-11-23 21:28:36 +01:00
|
|
|
extern lv_font_t lv_font_symbol_80_file;
|
2017-11-23 20:42:14 +01:00
|
|
|
|
2017-11-23 21:28:36 +01:00
|
|
|
#endif /*USE_LV_FONT_SYMBOL_80_FILE != 0*/
|
2017-11-23 20:42:14 +01:00
|
|
|
|
2017-11-26 14:39:22 +01:00
|
|
|
#endif /*SYMBOL_80_FILE_H*/
|