1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00
Marian Buschsieweke 82d98ed377
examples, tests: update Makefile.ci for AVR8
Ran dist/tools/insufficient_memory for all AVR8 boards.
2023-12-01 19:37:05 +01:00
..
2023-06-01 19:34:28 +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.