From 4094a37a5f5e6e812b03591bca52ff4e507e2d62 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 26 Apr 2022 15:06:10 +0300 Subject: [PATCH] docs(readme) update link to the PlatformIO Registry (#3296) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4224400c..85c2a91c4 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Just to mention some platforms: LVGL is also available as: - [Arduino library](https://docs.lvgl.io/master/get-started/platforms/arduino.html) -- [PlatformIO package](https://platformio.org/lib/show/12440/lvgl) +- [PlatformIO package](https://registry.platformio.org/libraries/lvgl/lvgl) - [Zephyr library](https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LVGL.html) - [ESP32 component](https://docs.lvgl.io/master/get-started/platforms/espressif.html) - [NXP MCUXpresso component](https://www.nxp.com/design/software/embedded-software/lvgl-open-source-graphics-library:LITTLEVGL-OPEN-SOURCE-GRAPHICS-LIBRARY)