feat(demo): add an ebike demo (#7019)

This commit is contained in:
Gabor Kiss-Vamosi
2024-10-14 18:47:47 +02:00
committed by GitHub
parent c68aa7ae88
commit d2ba572e34
69 changed files with 33720 additions and 0 deletions

View File

@@ -59,6 +59,10 @@ extern "C" {
#include "render/lv_demo_render.h"
#endif
#if LV_USE_DEMO_EBIKE
#include "ebike/lv_demo_ebike.h"
#endif
/*********************
* DEFINES
*********************/