Files
lvgl/lv_examples/1_2_objects/lv_ex_objects.h
2017-08-17 09:56:01 +02:00

43 lines
636 B
C

/**
* @file lv_hello_world.h
*
*/
#ifndef LV_OBJ_USAGE_H
#define LV_OBJ_USAGE_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
#include "lv_conf.h"
#if USE_LV_EXAMPLE != 0
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
/**********************
* GLOBAL PROTOTYPES
**********************/
void lv_obj_usage_init(void);
/**********************
* MACROS
**********************/
#endif /*USE_LV_EXAMPLE != 0*/
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /*LV_OBJ_USAGE_H*/