1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg/lvgl
Gunar Schorcht 2a87213ff4 tests/pkg/lvgl: increase main thread stack size for ESPs
ESPx SoC need more stack size for the main thread to avoid stack overflows.
2023-08-09 07:40:35 +02:00
..
app.config.test tests: move pkg_ application to tests/pkg subdirectory 2023-05-06 07:55:01 +02:00
main.c tests/pkg/lvgl: minor style fix 2023-06-01 19:34:28 +02:00
Makefile tests/pkg/lvgl: increase main thread stack size for ESPs 2023-08-09 07:40:35 +02:00
Makefile.ci boards/sipeed-longan-nano-tft: blacklist in tests and examples 2023-08-06 12:56:36 +02:00
README.md tests/pkg_lvgl: Replace LittlevGL to LVGL 2023-05-08 15:00:53 +02:00

LVGL sample application

This application shows a basic usage of LVGL with RIOT. It's simply an adaption of one of the upstream examples: the sysmon example.

Flashing the application

The application works without modification on the stm32f429i-disc1 board. To build, flash and run the application for this board, just use:

make BOARD=stm32f429i-disc1 -C tests/pkg/lvgl flash

Expected result

The application displays a basic system monitor with the CPU and memory usage of the board. Note that on the pinetime, due to a too small screen resolution, some information is cropped.