Skip to content

Commit edf5df8

Browse files
authored
Merge pull request #640 from espressif/feat/lvgl_port_rel_2.6.1
feat(esp_lvgl_port): Release 2.6.1
2 parents 5c47ba1 + 5e7a367 commit edf5df8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

components/esp_lvgl_port/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## 2.6.1
44
### Features
55
- Added option to place LVGL task stack to external RAM
66
- Fixed callback for RGB display for IDF6
77

8+
### Fixes
9+
- Register button callbacks only if encoder_enter is set https://github.com/espressif/esp-bsp/pull/571/files
10+
811
## 2.6.0
912

1013
### Features

components/esp_lvgl_port/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "2.6.0"
1+
version: "2.6.1"
22
description: ESP LVGL port
33
url: https://github.com/espressif/esp-bsp/tree/master/components/esp_lvgl_port
44
dependencies:

0 commit comments

Comments
 (0)