9 lines
103 B
C
9 lines
103 B
C
#ifndef __ICO_MUSIC_H__
|
|
#define __ICO_MUSIC_H__
|
|
|
|
#include "lvgl.h"
|
|
|
|
LV_IMG_DECLARE(ico_music);
|
|
|
|
#endif
|