1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/lvgl: replace LittlevGL to LVGL

This commit is contained in:
Frankie A 2022-10-25 21:03:48 +00:00 committed by Alexandre Abadie
parent 78d34d08a6
commit 76dfee30ae
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
6 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
PKG_NAME=lvgl PKG_NAME=lvgl
PKG_URL=https://github.com/littlevgl/lvgl PKG_URL=https://github.com/lvgl/lvgl
# v8.3.7 # v8.3.7
PKG_VERSION=2b56e04205481daa6575bd5f7ab5df59d11676eb PKG_VERSION=2b56e04205481daa6575bd5f7ab5df59d11676eb
PKG_LICENSE=MIT PKG_LICENSE=MIT

View File

@ -11,7 +11,7 @@
* @{ * @{
* *
* @file * @file
* @brief LittlevGL glue code * @brief LVGL glue code
* *
* @author Alexandre Abadie <alexandre.abadie@inria.fr> * @author Alexandre Abadie <alexandre.abadie@inria.fr>
* @} * @}

View File

@ -1,9 +1,9 @@
/** /**
@defgroup pkg_lvgl LittlevGL - Open-Source Embedded GUI Library @defgroup pkg_lvgl LVGL - Open-Source Embedded GUI Library
@ingroup pkg @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 ## Configuration options

View File

@ -8,7 +8,7 @@
/** /**
* @ingroup pkg_lvgl * @ingroup pkg_lvgl
* @brief LittlevGL configuration macros * @brief LVGL configuration macros
* @{ * @{
* *
* @author Alexandre Abadie <alexandre.abadie@inria.fr> * @author Alexandre Abadie <alexandre.abadie@inria.fr>

View File

@ -11,7 +11,7 @@
* @{ * @{
* *
* @file * @file
* @brief Definition for the LittlevGL engine initialization * @brief Definition for the LVGL engine initialization
* *
* @author Alexandre Abadie <alexandre.abadie@inria.fr> * @author Alexandre Abadie <alexandre.abadie@inria.fr>
*/ */

View File

@ -11,7 +11,7 @@
* @{ * @{
* *
* @file * @file
* @brief Definitions specific to RIOT for the LittlevGL engine * @brief Definitions specific to RIOT for the LVGL engine
* *
* @author Alexandre Abadie <alexandre.abadie@inria.fr> * @author Alexandre Abadie <alexandre.abadie@inria.fr>
*/ */