fix(ebike-demo): make it compile with Arduino (#7397)

This commit is contained in:
Gabor Kiss-Vamosi
2024-12-03 17:18:20 +01:00
committed by GitHub
parent b8c5a4123d
commit df18a5f68c
7 changed files with 8 additions and 11 deletions
+1 -5
View File
@@ -34,11 +34,7 @@
#warning "It's recommended to have at least 128kB RAM for the benchmark"
#endif
#include "../../src/core/lv_global.h"
#if LV_USE_PERF_MONITOR
#include "../../lvgl_private.h"
#endif
#include "../../lvgl_private.h"
/**********************
* DEFINES
+1 -1
View File
@@ -1,5 +1,5 @@
#include "./lv_i18n.h"
#include "../../../src/stdlib/lv_string.h"
#include "../../../lvgl.h"
#if LV_USE_DEMO_EBIKE
+1 -1
View File
@@ -5,7 +5,7 @@
extern "C" {
#endif
#include "../../../src/lv_conf_internal.h"
#include "../../../lvgl.h"
#if LV_USE_DEMO_EBIKE
#include LV_STDINT_INCLUDE
+1 -2
View File
@@ -9,8 +9,7 @@
#include "lv_demo_multilang.h"
#if LV_USE_DEMO_MULTILANG
#include "../../src/indev/lv_indev_scroll.h"
#include "../../lvgl_private.h"
/*********************
* DEFINES
+1 -1
View File
@@ -10,7 +10,7 @@
#if LV_USE_DEMO_RENDER
#include "../../src/core/lv_global.h"
#include "../../lvgl_private.h"
/*********************
* DEFINES
+1 -1
View File
@@ -9,7 +9,7 @@
#include "../../lv_examples.h"
#if LV_BUILD_EXAMPLES
#include "../../../src/osal/lv_os.h"
#include "../../../lvgl_private.h"
/*********************
* DEFINES
+2
View File
@@ -15,6 +15,8 @@ extern "C" {
*********************/
#include "lv_indev.h"
#include "../misc/lv_anim.h"
#include "lv_indev_scroll.h"
/*********************
* DEFINES
*********************/