1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_lvgl
Alexandre Abadie d5e184b326
examples: tests: update Makefile.ci with stm32f7508-dk
This commit also makes some cleanup in the files since add_insufficient_memory_board.sh was used for the update
2022-04-15 12:51:58 +02:00
..
app.config.test tests/pkg_lvgl: adapt to new lvgl version 2022-02-25 14:24:28 +01:00
main.c tests/pkg_lvgl: adapt to new lvgl version 2022-02-25 14:24:28 +01:00
Makefile tests/lvgl*: add more stack for native 2022-02-28 10:23:06 +01:00
Makefile.ci examples: tests: update Makefile.ci with stm32f7508-dk 2022-04-15 12:51:58 +02: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.