diff --git a/tests/pkg/lvgl/README.md b/tests/pkg/lvgl/README.md index d14fa00f9c..7dcd21bce1 100644 --- a/tests/pkg/lvgl/README.md +++ b/tests/pkg/lvgl/README.md @@ -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). diff --git a/tests/pkg/lvgl/main.c b/tests/pkg/lvgl/main.c index 7f7dfd9dbb..d1c8130fdf 100644 --- a/tests/pkg/lvgl/main.c +++ b/tests/pkg/lvgl/main.c @@ -11,7 +11,7 @@ * @{ * * @file - * @brief LittlevGL example application + * @brief LVGL example application * * @author Alexandre Abadie *