Skip to content

Commit a67e3f1

Browse files
authored
Merge pull request #192 from rzeldent/lvgl920
Lvgl920
2 parents 91850c2 + f663758 commit a67e3f1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
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": "https://github.com/lvgl/lvgl.git#d39fc17"
38+
"lvgl/lvgl": "^9.2.0"
3939
}
4040
}

platformio.ini

+2-4
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ build_flags =
5959
'-D ESP_LCD_PANEL_IO_ADDITIONS_VER_PATCH=1'
6060

6161
lib_deps =
62-
# Use direct git because rotation commit is after 9.1. So pin the build to v9.2
63-
https://github.com/lvgl/lvgl.git#d39fc17
64-
#lvgl/lvgl@^9.1.0
62+
lvgl/lvgl@^9.2.0
6563
# The platformio.test_dir contains the test_main.cpp just to have an setup() and loop() function
6664
# so it will compile
6765
${platformio.test_dir}
@@ -166,4 +164,4 @@ board = esp32-s3touchlcd7
166164
board = esp32-2432W328C
167165

168166
[env:esp32-8048S550C]
169-
board = esp32-8048S550C
167+
board = esp32-8048S550C

0 commit comments

Comments
 (0)