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 <armin.brauns@embedded-solutions.at>
This commit is contained in:
parent
caf309c6f6
commit
c1cc2c4a26
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue