init Files
This commit is contained in:
38
libraries/lvgl/demos/flex_layout/lv_demo_flex_layout.h
Normal file
38
libraries/lvgl/demos/flex_layout/lv_demo_flex_layout.h
Normal file
@@ -0,0 +1,38 @@
|
||||
/**
|
||||
* @file lv_demo_flex_layout.h
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef LV_DEMO_FLEX_LAYOUT_H
|
||||
#define LV_DEMO_FLEX_LAYOUT_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*********************
|
||||
* INCLUDES
|
||||
*********************/
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
*********************/
|
||||
|
||||
/**********************
|
||||
* TYPEDEFS
|
||||
**********************/
|
||||
|
||||
/**********************
|
||||
* GLOBAL PROTOTYPES
|
||||
**********************/
|
||||
void lv_demo_flex_layout(void);
|
||||
|
||||
/**********************
|
||||
* MACROS
|
||||
**********************/
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /*extern "C"*/
|
||||
#endif
|
||||
|
||||
#endif /*LV_DEMO_FLEX_LAYOUT_H*/
|
||||
Reference in New Issue
Block a user