1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_lvgl
2020-03-24 12:02:50 +01:00
..
main.c tests: use backlight defines instead of board module 2020-03-24 12:02:50 +01:00
Makefile tests: add LittlevGL test application 2020-03-18 15:02:33 +01:00
Makefile.ci tests: add LittlevGL test application 2020-03-18 15:02:33 +01:00
README.md tests: add LittlevGL test application 2020-03-18 15:02:33 +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.