Skip to content

Commit

Permalink
Merge pull request #192 from rzeldent/lvgl920
Browse files Browse the repository at this point in the history
Lvgl920
  • Loading branch information
rzeldent authored Aug 27, 2024
2 parents 91850c2 + f663758 commit a67e3f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"frameworks": "arduino",
"platforms": "espressif32",
"dependencies": {
"lvgl/lvgl": "https://github.com/lvgl/lvgl.git#d39fc17"
"lvgl/lvgl": "^9.2.0"
}
}
6 changes: 2 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ build_flags =
'-D ESP_LCD_PANEL_IO_ADDITIONS_VER_PATCH=1'

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

[env:esp32-8048S550C]
board = esp32-8048S550C
board = esp32-8048S550C

0 comments on commit a67e3f1

Please sign in to comment.