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"
|
#warning "It's recommended to have at least 128kB RAM for the benchmark"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../../src/core/lv_global.h"
|
#include "../../lvgl_private.h"
|
||||||
|
|
||||||
#if LV_USE_PERF_MONITOR
|
|
||||||
#include "../../lvgl_private.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**********************
|
/**********************
|
||||||
* DEFINES
|
* DEFINES
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include "./lv_i18n.h"
|
#include "./lv_i18n.h"
|
||||||
#include "../../../src/stdlib/lv_string.h"
|
#include "../../../lvgl.h"
|
||||||
|
|
||||||
#if LV_USE_DEMO_EBIKE
|
#if LV_USE_DEMO_EBIKE
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../../../src/lv_conf_internal.h"
|
#include "../../../lvgl.h"
|
||||||
#if LV_USE_DEMO_EBIKE
|
#if LV_USE_DEMO_EBIKE
|
||||||
|
|
||||||
#include LV_STDINT_INCLUDE
|
#include LV_STDINT_INCLUDE
|
||||||
|
@ -9,8 +9,7 @@
|
|||||||
#include "lv_demo_multilang.h"
|
#include "lv_demo_multilang.h"
|
||||||
|
|
||||||
#if LV_USE_DEMO_MULTILANG
|
#if LV_USE_DEMO_MULTILANG
|
||||||
|
#include "../../lvgl_private.h"
|
||||||
#include "../../src/indev/lv_indev_scroll.h"
|
|
||||||
|
|
||||||
/*********************
|
/*********************
|
||||||
* DEFINES
|
* DEFINES
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
#if LV_USE_DEMO_RENDER
|
#if LV_USE_DEMO_RENDER
|
||||||
|
|
||||||
#include "../../src/core/lv_global.h"
|
#include "../../lvgl_private.h"
|
||||||
|
|
||||||
/*********************
|
/*********************
|
||||||
* DEFINES
|
* DEFINES
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#include "../../lv_examples.h"
|
#include "../../lv_examples.h"
|
||||||
|
|
||||||
#if LV_BUILD_EXAMPLES
|
#if LV_BUILD_EXAMPLES
|
||||||
#include "../../../src/osal/lv_os.h"
|
#include "../../../lvgl_private.h"
|
||||||
|
|
||||||
/*********************
|
/*********************
|
||||||
* DEFINES
|
* DEFINES
|
||||||
|
@ -15,6 +15,8 @@ extern "C" {
|
|||||||
*********************/
|
*********************/
|
||||||
#include "lv_indev.h"
|
#include "lv_indev.h"
|
||||||
#include "../misc/lv_anim.h"
|
#include "../misc/lv_anim.h"
|
||||||
|
#include "lv_indev_scroll.h"
|
||||||
|
|
||||||
/*********************
|
/*********************
|
||||||
* DEFINES
|
* DEFINES
|
||||||
*********************/
|
*********************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user