demo: add lv_demo_scroll

This commit is contained in:
Gabor Kiss-Vamosi
2023-07-15 23:24:58 +02:00
parent 6d2d8a7583
commit b78d4dc04b
7 changed files with 172 additions and 5 deletions

View File

@@ -0,0 +1,39 @@
/**
* @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*/