From 09f5902e0bb13b54ec47d30a555cede26ae204d0 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 19 Apr 2021 12:40:51 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3320426df..625d3fb63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,12 @@ All notable changes to this project will be documented in this file. ## [9.3.1.4] ### Added - Command ``TuyaTempSetRes 0..3`` to control Tuya Temperature Set Resolution (#11781) +- ESP32 support for LVGL 7.11 with Berry binding by Stefan Hadinger (#11789) ## [9.3.1.3] 20210419 ### Added - Optional GUI file editor enabled with define ``GUI_EDIT_FILE`` by barbudor (#11668) - Initial support for universal display driver UDisplay by Gerhard Mutz. Enable by selecting any GPIO as ``Option A3`` (#11665) -- Add LVGL 7.11 support with Berry binding (ESP32 only) ### Breaking Changed - ESP32 partition layout changed to accomodate more file space on most and more code space on core2 and odroid-go (#11746) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a8e111583..cf7c48d8c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -108,6 +108,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota - ESP32 support for WS2812 hardware driver via RMT or I2S - ESP32 support for secondary I2C controller - ESP32 support for internal Hall Effect sensor connected to both GPIO36 and GPIO39 only +- ESP32 support for LVGL 7.11 with Berry binding by Stefan Hadinger [#11789](https://github.com/arendst/Tasmota/issues/11789) ### Breaking Changed - ESP32 partition layout changed to accomodate more file space on most and more code space on core2 and odroid-go [#11746](https://github.com/arendst/Tasmota/issues/11746)