1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00
lvgl/demos/scroll/lv_demo_scroll.h
2023-07-15 23:24:58 +02:00

40 lines
587 B
C

/**
* @file lv_demo_scroll.h
*
*/
#ifndef LV_DEMO_SCROLL_H
#define LV_DEMO_SCROLL_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
#include "../lv_demos.h"
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
/**********************
* GLOBAL PROTOTYPES
**********************/
void lv_demo_scroll(void);
/**********************
* MACROS
**********************/
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /*LV_DEMO_SCROLL_H*/