Files
lvgl/examples/layouts/grid/lv_grid_example.h
2021-02-04 14:46:11 +01:00

38 lines
519 B
C

/**
* @file lv_ex_grid.h
*
*/
#ifndef LV_EX_GRID_H
#define LV_EX_GRID_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
/**********************
* GLOBAL PROTOTYPES
**********************/
/**********************
* MACROS
**********************/
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /*LV_EX_GRID_H*/