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

tests/pkg_lvgl_touch: Replace LittlevGL to LVGL

This commit is contained in:
Frankie A 2022-10-25 21:11:09 +00:00 committed by Alexandre Abadie
parent 73d0a5c2d8
commit e8f897016c
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 usage of LittlevGL with touch capabilities.
This application shows a usage of LVGL with touch capabilities.
### Flashing the application

View File

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