小忍者项目相关文件上传
This commit is contained in:
39
MXC-A36/xrz/lvgl/examples/layouts/lv_example_layout.h
Normal file
39
MXC-A36/xrz/lvgl/examples/layouts/lv_example_layout.h
Normal file
@ -0,0 +1,39 @@
|
||||
/**
|
||||
* @file lv_example_layout.h
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef LV_EXAMPLE_LAYOUT_H
|
||||
#define LV_EXAMPLE_LAYOUT_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*********************
|
||||
* INCLUDES
|
||||
*********************/
|
||||
#include "flex/lv_example_flex.h"
|
||||
#include "grid/lv_example_grid.h"
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
*********************/
|
||||
|
||||
/**********************
|
||||
* TYPEDEFS
|
||||
**********************/
|
||||
|
||||
/**********************
|
||||
* GLOBAL PROTOTYPES
|
||||
**********************/
|
||||
|
||||
/**********************
|
||||
* MACROS
|
||||
**********************/
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /*extern "C"*/
|
||||
#endif
|
||||
|
||||
#endif /*LV_EXAMPLE_LAYOUT_H*/
|
Reference in New Issue
Block a user