arch merge lv_demos
This commit is contained in:
43
demos/music/lv_demo_music_list.h
Normal file
43
demos/music/lv_demo_music_list.h
Normal file
@@ -0,0 +1,43 @@
|
||||
/**
|
||||
* @file lv_demo_music_list.h
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef LV_DEMO_MUSIC_LIST_H
|
||||
#define LV_DEMO_MUSIC_LIST_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*********************
|
||||
* INCLUDES
|
||||
*********************/
|
||||
#include "lv_demo_music.h"
|
||||
#if LV_USE_DEMO_MUSIC
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
*********************/
|
||||
|
||||
/**********************
|
||||
* TYPEDEFS
|
||||
**********************/
|
||||
|
||||
/**********************
|
||||
* GLOBAL PROTOTYPES
|
||||
**********************/
|
||||
lv_obj_t * _lv_demo_music_list_create(lv_obj_t * parent);
|
||||
void _lv_demo_music_list_btn_check(uint32_t track_id, bool state);
|
||||
|
||||
/**********************
|
||||
* MACROS
|
||||
**********************/
|
||||
|
||||
#endif /*LV_USE_DEMO_MUSIC*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /*LV_DEMO_MUSIC_LIST_H*/
|
||||
Reference in New Issue
Block a user