From 54b79d86139def55dfb39f716d2456e80459dc0b Mon Sep 17 00:00:00 2001 From: Rene Date: Fri, 21 Jun 2024 16:23:28 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ac9924..c453824 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ However, when working with these libraries, I found out that these libraries had This library depends on: -- [LVGL](https://registry.platformio.org/libraries/lvgl/lvgl), currently version 8.3.9 +- [LVGL](https://registry.platformio.org/libraries/lvgl/lvgl), currently version 9.1.0 - [platformio-espressif32-sunton](https://github.com/rzeldent/platformio-espressif32-sunton) > [!NOTE] @@ -64,7 +64,7 @@ This demo provides: - User Interface created using the SquareLine Studio GUI generator. - Read the CdS (light sensor) - Control of the LEDs -- Works for all known boards +- Works for all known Sunton boards (and more): see [Sunton Boards information](https://github.com/rzeldent/platformio-espressif32-sunton) - Full source code The next sections will guide you though the process of creating an application. However, some knowledge of PlatformIO, C/C++ and LVGL is required!