1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 8 additions and 11 deletions

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

View File

@ -1,5 +1,5 @@
#include "./lv_i18n.h"
#include "../../../src/stdlib/lv_string.h"
#include "../../../lvgl.h"
#if LV_USE_DEMO_EBIKE

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

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

View File

@ -10,7 +10,7 @@
#if LV_USE_DEMO_RENDER
#include "../../src/core/lv_global.h"
#include "../../lvgl_private.h"
/*********************
* DEFINES

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

View File

@ -15,6 +15,8 @@ extern "C" {
*********************/
#include "lv_indev.h"
#include "../misc/lv_anim.h"
#include "lv_indev_scroll.h"
/*********************
* DEFINES
*********************/