d20f21ac创建于 4月20日历史提交
#ifndef MOLE_IMG_H
#define MOLE_IMG_H

#include "lvgl.h"

#ifdef __cplusplus
extern "C" {
#endif

extern const lv_img_dsc_t mole_image;

#ifdef __cplusplus
}
#endif

#endif /* MOLE_IMG_H */