1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_lvgl
2021-05-20 20:56:17 +02:00
..
app.config.sample tests/pkg_lvgl*: add Kconfig sample configuration 2021-04-28 11:19:22 +02:00
app.config.test pkg/lvgl: model dependency resolution in Kconfig 2021-04-28 11:19:24 +02:00
main.c tests/pkg_lvgl: remove manual call to sysmon_task 2021-05-20 20:56:17 +02:00
Makefile tests/pkg_lvgl*: don't explicitly set concrete disp/touch drivers 2021-03-03 18:00:49 +01:00
Makefile.ci tests/pkg_lvgl*: exclude stm32mp157c-dk2 from ci 2021-03-03 18:00:50 +01:00
README.md tests/pkg_lvgl: fix sysmon example URL. 2020-11-08 15:05:56 +01:00

LittlevGL sample application

This application shows a basic usage of LittlevGL 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.