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:
parent
b8c5a4123d
commit
df18a5f68c
@ -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,5 +1,5 @@
|
||||
#include "./lv_i18n.h"
|
||||
#include "../../../src/stdlib/lv_string.h"
|
||||
#include "../../../lvgl.h"
|
||||
|
||||
#if LV_USE_DEMO_EBIKE
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#if LV_USE_DEMO_RENDER
|
||||
|
||||
#include "../../src/core/lv_global.h"
|
||||
#include "../../lvgl_private.h"
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "../../lv_examples.h"
|
||||
|
||||
#if LV_BUILD_EXAMPLES
|
||||
#include "../../../src/osal/lv_os.h"
|
||||
#include "../../../lvgl_private.h"
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
|
@ -15,6 +15,8 @@ extern "C" {
|
||||
*********************/
|
||||
#include "lv_indev.h"
|
||||
#include "../misc/lv_anim.h"
|
||||
#include "lv_indev_scroll.h"
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
*********************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user