diff --git a/pkg/lvgl/Makefile b/pkg/lvgl/Makefile index 7b90e435bf..11c19078a0 100644 --- a/pkg/lvgl/Makefile +++ b/pkg/lvgl/Makefile @@ -1,5 +1,5 @@ PKG_NAME=lvgl -PKG_URL=https://github.com/littlevgl/lvgl +PKG_URL=https://github.com/lvgl/lvgl # v8.3.7 PKG_VERSION=2b56e04205481daa6575bd5f7ab5df59d11676eb PKG_LICENSE=MIT diff --git a/pkg/lvgl/contrib/lvgl.c b/pkg/lvgl/contrib/lvgl.c index f7c333e44c..28d16a6f78 100644 --- a/pkg/lvgl/contrib/lvgl.c +++ b/pkg/lvgl/contrib/lvgl.c @@ -11,7 +11,7 @@ * @{ * * @file - * @brief LittlevGL glue code + * @brief LVGL glue code * * @author Alexandre Abadie * @} diff --git a/pkg/lvgl/doc.txt b/pkg/lvgl/doc.txt index fc77c1d5e6..c4046e5624 100644 --- a/pkg/lvgl/doc.txt +++ b/pkg/lvgl/doc.txt @@ -1,9 +1,9 @@ /** -@defgroup pkg_lvgl LittlevGL - Open-Source Embedded GUI Library +@defgroup pkg_lvgl LVGL - Open-Source Embedded GUI Library @ingroup pkg -@brief LittlevGL package for RIOT +@brief LVGL package for RIOT -@see https://github.com/littlevgl/lvgl +@see https://github.com/LVGL/lvgl ## Configuration options diff --git a/pkg/lvgl/include/lv_conf.h b/pkg/lvgl/include/lv_conf.h index 44a55b0087..d81cd882b4 100644 --- a/pkg/lvgl/include/lv_conf.h +++ b/pkg/lvgl/include/lv_conf.h @@ -8,7 +8,7 @@ /** * @ingroup pkg_lvgl - * @brief LittlevGL configuration macros + * @brief LVGL configuration macros * @{ * * @author Alexandre Abadie diff --git a/pkg/lvgl/include/lvgl_riot.h b/pkg/lvgl/include/lvgl_riot.h index 2def082a8c..93e69f8736 100644 --- a/pkg/lvgl/include/lvgl_riot.h +++ b/pkg/lvgl/include/lvgl_riot.h @@ -11,7 +11,7 @@ * @{ * * @file - * @brief Definition for the LittlevGL engine initialization + * @brief Definition for the LVGL engine initialization * * @author Alexandre Abadie */ diff --git a/pkg/lvgl/include/lvgl_riot_conf.h b/pkg/lvgl/include/lvgl_riot_conf.h index 64aa7a6e63..1a7a56c407 100644 --- a/pkg/lvgl/include/lvgl_riot_conf.h +++ b/pkg/lvgl/include/lvgl_riot_conf.h @@ -11,7 +11,7 @@ * @{ * * @file - * @brief Definitions specific to RIOT for the LittlevGL engine + * @brief Definitions specific to RIOT for the LVGL engine * * @author Alexandre Abadie */