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

tests/pkg_lvgl: Replace LittlevGL to LVGL

This commit is contained in:
Frankie A 2022-10-25 21:09:49 +00:00 committed by Alexandre Abadie
parent 76dfee30ae
commit 73d0a5c2d8
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
LittlevGL sample application
LVGL sample application
============================
This application shows a basic usage of LittlevGL with RIOT. It's simply an
This application shows a basic usage of LVGL with RIOT. It's simply an
adaption of one of the upstream examples: the
[sysmon example](https://github.com/lvgl/lv_apps/tree/master/src/lv_sysmon).

View File

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