9 lines
94 B
C
9 lines
94 B
C
|
|
#ifndef __ICO_BT_H__
|
||
|
|
#define __ICO_BT_H__
|
||
|
|
|
||
|
|
#include "lvgl.h"
|
||
|
|
|
||
|
|
LV_IMG_DECLARE(ico_bt);
|
||
|
|
|
||
|
|
#endif
|