From e8f897016c0569a9437d7b8a85cdd4d97e380f22 Mon Sep 17 00:00:00 2001 From: Frankie A <40648091+OkiStuff@users.noreply.github.com> Date: Tue, 25 Oct 2022 21:11:09 +0000 Subject: [PATCH] tests/pkg_lvgl_touch: Replace LittlevGL to LVGL --- tests/pkg/lvgl_touch/README.md | 4 ++-- tests/pkg/lvgl_touch/main.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/pkg/lvgl_touch/README.md b/tests/pkg/lvgl_touch/README.md index 2da340b442..691233c9a1 100644 --- a/tests/pkg/lvgl_touch/README.md +++ b/tests/pkg/lvgl_touch/README.md @@ -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 diff --git a/tests/pkg/lvgl_touch/main.c b/tests/pkg/lvgl_touch/main.c index ed532c649d..dd99e407f7 100644 --- a/tests/pkg/lvgl_touch/main.c +++ b/tests/pkg/lvgl_touch/main.c @@ -11,7 +11,7 @@ * @{ * * @file - * @brief LittlevGL example application with clickable button + * @brief LVGL example application with clickable button * * @author Alexandre Abadie *