mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-21 06:53:01 +08:00
17 lines
340 B
C
17 lines
340 B
C
#ifndef SYMBOL_30_FEEDBACK_H
|
|
#define SYMBOL_30_FEEDBACK_H
|
|
|
|
/*Use UTF-8 encoding in the IDE*/
|
|
|
|
#include "lv_conf.h"
|
|
|
|
#if USE_LV_FONT_SYMBOL_30_FEEDBACK != 0
|
|
|
|
#include <stdint.h>
|
|
#include "../lv_misc/lv_font.h"
|
|
|
|
extern lv_font_t lv_font_symbol_30_feedback;
|
|
|
|
#endif /*USE_LV_FONT_SYMBOL_30_FEEDBACK != 0*/
|
|
|
|
#endif /*SYMBOL_30_FEEDBACK_H*/ |