Skip to content

Commit da60a84

Browse files
committed
Use direct url to lvgl9 git
1 parent 4355015 commit da60a84

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"frameworks": "arduino",
3636
"platforms": "espressif32",
3737
"dependencies": {
38-
"lvgl/lvgl": "^9.1.0"
38+
"lvgl/lvgl": "https://github.com/lvgl/lvgl.git"
3939
}
4040
}

platformio.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ build_flags =
5757
'-D ESP_LCD_PANEL_IO_ADDITIONS_VER_PATCH=1'
5858

5959
lib_deps =
60-
lvgl/lvgl@^9.1.0
60+
# Use direct git because rotation commit is after 9.1
61+
https://github.com/lvgl/lvgl.git
62+
#lvgl/lvgl@^9.1.0
6163
# The platformio.test_dir contains the test_main.cpp just to have an setup() and loop() function
6264
# so it will compile
6365
${platformio.test_dir}

0 commit comments

Comments
 (0)