From a68368aba21c2601df5d605bc58d08bc916e5dd1 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 25 Dec 2023 20:41:36 +0100 Subject: [PATCH] docs(README): change ESP32 to ESP-IDF(ESP32) See https://github.com/lvgl/lv_port_esp32/issues/314#issuecomment-1866671312 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f54b7d0a1..05e3d219f 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ LVGL is available as: - [Arduino library](https://docs.lvgl.io/master/integration/framework/arduino.html) - [PlatformIO package](https://registry.platformio.org/libraries/lvgl/lvgl) - [Zephyr library](https://docs.lvgl.io/master/integration/os/zephyr.html) -- [ESP32 component](https://components.espressif.com/components/lvgl/lvgl) +- [ESP-IDF(ESP32) component](https://components.espressif.com/components/lvgl/lvgl) - [NXP MCUXpresso component](https://www.nxp.com/design/software/embedded-software/lvgl-open-source-graphics-library:LITTLEVGL-OPEN-SOURCE-GRAPHICS-LIBRARY) - [NuttX library](https://docs.lvgl.io/master/integration/os/nuttx.html) - [RT-Thread RTOS](https://docs.lvgl.io/master/integration/os/rt-thread.html)