feat(example/scroll): convert old scroll demo to an example (#9049)

This commit is contained in:
André Costa
2025-10-26 10:29:11 +01:00
committed by GitHub
parent 1b5b484f27
commit a909bbbd13
15 changed files with 94 additions and 39 deletions
+3
View File
@@ -14,6 +14,8 @@ extern "C" {
* INCLUDES
*********************/
#include "../lv_examples.h"
/*********************
* DEFINES
*********************/
@@ -33,6 +35,7 @@ void lv_example_scroll_5(void);
void lv_example_scroll_6(void);
void lv_example_scroll_7(void);
void lv_example_scroll_8(void);
void lv_example_scroll_9(void);
/**********************
* MACROS