We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 618b052 + ee24be8 commit 7917d41Copy full SHA for 7917d41
components/esp_lvgl_port/CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
+## 2.6.2
4
+
5
+- Changed minimum IDF version to IDF5.1
6
7
## 2.6.1
8
9
### Features
10
- Added option to place LVGL task stack to external RAM
11
- Fixed callback for RGB display for IDF6
components/esp_lvgl_port/idf_component.yml
@@ -1,8 +1,8 @@
-version: "2.6.1"
+version: "2.6.2"
description: ESP LVGL port
url: https://github.com/espressif/esp-bsp/tree/master/components/esp_lvgl_port
dependencies:
- idf: ">=4.4"
+ idf: ">=5.1"
lvgl/lvgl:
version: ">=8,<10"
public: true
0 commit comments