From c1cc2c4a266228759b38134675548ca17f85a23b Mon Sep 17 00:00:00 2001 From: Armin Brauns Date: Thu, 15 Dec 2022 13:10:19 +0100 Subject: [PATCH] modules: lvgl: change mentions of "LittleVGL" to "LVGL" The project was renamed to LVGL with release 7.0.0, from 2020-05-18. Signed-off-by: Armin Brauns --- modules/Kconfig.lvgl | 4 ++-- samples/subsys/display/lvgl/README.rst | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/Kconfig.lvgl b/modules/Kconfig.lvgl index 5101f245215..0d1879b8d1e 100644 --- a/modules/Kconfig.lvgl +++ b/modules/Kconfig.lvgl @@ -2,9 +2,9 @@ # SPDX-License-Identifier: Apache-2.0 config LVGL - bool "LittlevGL GUI library" + bool "LVGL GUI library" help - This option enables the LittlevGL GUI library. + This option enables the LVGL GUI library. if LVGL diff --git a/samples/subsys/display/lvgl/README.rst b/samples/subsys/display/lvgl/README.rst index 228a0f23c1e..fde1d2780ec 100644 --- a/samples/subsys/display/lvgl/README.rst +++ b/samples/subsys/display/lvgl/README.rst @@ -1,7 +1,7 @@ .. _lvgl-sample: -LittlevGL Basic Sample -###################### +LVGL Basic Sample +################# Overview ******** @@ -67,6 +67,6 @@ References .. target-notes:: -.. _LittlevGL Web Page: https://littlevgl.com/ +.. _LVGL Web Page: https://lvgl.io/ .. _SDL2: https://www.libsdl.org .. _RK043FN02H-CT: https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/i.mx-applications-processors/i.mx-rt-series/4.3-lcd-panel:RK043FN02H-CT