MXC-A36-LVGL/fr3092_lvglcode/lvgl/examples/anim/lv_example_anim.h

40 lines
597 B
C
Raw Permalink Normal View History

2024-04-18 10:26:43 +08:00
/**
* @file lv_example_anim.h
*
*/
#ifndef LV_EXAMPLE_ANIM_H
#define LV_EXAMPLE_ANIM_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
/**********************
* GLOBAL PROTOTYPES
**********************/
void lv_example_anim_1(void);
void lv_example_anim_2(void);
/**********************
* MACROS
**********************/
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif /*LV_EXAMPLE_ANIM_H*/