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:
parent
78d34d08a6
commit
76dfee30ae
@ -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
|
||||
|
@ -11,7 +11,7 @@
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief LittlevGL glue code
|
||||
* @brief LVGL glue code
|
||||
*
|
||||
* @author Alexandre Abadie <alexandre.abadie@inria.fr>
|
||||
* @}
|
||||
|
@ -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
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
/**
|
||||
* @ingroup pkg_lvgl
|
||||
* @brief LittlevGL configuration macros
|
||||
* @brief LVGL configuration macros
|
||||
* @{
|
||||
*
|
||||
* @author Alexandre Abadie <alexandre.abadie@inria.fr>
|
||||
|
@ -11,7 +11,7 @@
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief Definition for the LittlevGL engine initialization
|
||||
* @brief Definition for the LVGL engine initialization
|
||||
*
|
||||
* @author Alexandre Abadie <alexandre.abadie@inria.fr>
|
||||
*/
|
||||
|
@ -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 <alexandre.abadie@inria.fr>
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user