小忍者项目相关文件上传
This commit is contained in:
40
MXC-A36/xrz/lv_examples/src/lv_demo.h
Normal file
40
MXC-A36/xrz/lv_examples/src/lv_demo.h
Normal file
@ -0,0 +1,40 @@
|
||||
/**
|
||||
* @file lv_examples.h
|
||||
* This file exists only to be compatible with Arduino's library structure
|
||||
*/
|
||||
|
||||
#ifndef LV_DEMO_SRC_H
|
||||
#define LV_DEMO_SRC_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*********************
|
||||
* INCLUDES
|
||||
*********************/
|
||||
|
||||
#include "../lv_demo.h"
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
*********************/
|
||||
|
||||
/**********************
|
||||
* TYPEDEFS
|
||||
**********************/
|
||||
|
||||
/**********************
|
||||
* GLOBAL PROTOTYPES
|
||||
**********************/
|
||||
|
||||
/**********************
|
||||
* MACROS
|
||||
**********************/
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /*LV_DEMO_SRC_H*/
|
Reference in New Issue
Block a user