1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_lvgl/README.md

23 lines
708 B
Markdown
Raw Normal View History

2020-01-02 16:07:30 +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](https://github.com/littlevgl/lv_examples/tree/master/lv_apps/sysmon).
### 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.