-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b68b2d8
commit 09357a7
Showing
4 changed files
with
84 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,7 @@ build_flags = | |
; Add more defines below to overide lvgl:/src/lv_conf_simple.h | ||
lib_deps = | ||
; Use direct URL, because package registry is unstable | ||
;lvgl@~7.11.0 | ||
lvgl=https://github.com/lvgl/lvgl/archive/refs/tags/v8.2.0.zip | ||
[email protected] | ||
lib_archive = false | ||
|
||
|
||
|
@@ -40,11 +39,11 @@ build_flags = | |
; SDL drivers options | ||
-D LV_LVGL_H_INCLUDE_SIMPLE | ||
-D LV_DRV_NO_CONF | ||
-D USE_SDL | ||
-D LV_USE_SDL | ||
-D SDL_HOR_RES=480 | ||
-D SDL_VER_RES=320 | ||
-D SDL_ZOOM=1 | ||
-D SDL_INCLUDE_PATH="\"SDL2/SDL.h\"" | ||
-D LV_SDL_INCLUDE_PATH="\"SDL2/SDL.h\"" | ||
|
||
; LVGL memory options, setup for the demo to run properly | ||
-D LV_MEM_CUSTOM=1 | ||
|
@@ -56,9 +55,6 @@ build_flags = | |
|
||
lib_deps = | ||
${env.lib_deps} | ||
; Use direct URL, because package registry is unstable | ||
;lv_drivers@~7.9.0 | ||
lv_drivers=https://github.com/lvgl/lv_drivers/archive/refs/tags/v8.2.0.zip | ||
build_src_filter = | ||
+<*> | ||
+<../hal/sdl2> | ||
|