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.
1 parent 5c47ba1 commit 5e7a367Copy full SHA for 5e7a367
components/esp_lvgl_port/CHANGELOG.md
@@ -1,10 +1,13 @@
1
# Changelog
2
3
-## [Unreleased]
+## 2.6.1
4
### Features
5
- Added option to place LVGL task stack to external RAM
6
- Fixed callback for RGB display for IDF6
7
8
+### Fixes
9
+- Register button callbacks only if encoder_enter is set https://github.com/espressif/esp-bsp/pull/571/files
10
+
11
## 2.6.0
12
13
components/esp_lvgl_port/idf_component.yml
@@ -1,4 +1,4 @@
-version: "2.6.0"
+version: "2.6.1"
description: ESP LVGL port
url: https://github.com/espressif/esp-bsp/tree/master/components/esp_lvgl_port
dependencies:
0 commit comments