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 *