2022-10-25 23:09:49 +02:00
|
|
|
LVGL sample application
|
2020-01-02 16:07:30 +01:00
|
|
|
============================
|
|
|
|
|
2022-10-25 23:09:49 +02:00
|
|
|
This application shows a basic usage of LVGL with RIOT. It's simply an
|
2020-01-02 16:07:30 +01:00
|
|
|
adaption of one of the upstream examples: the
|
2020-11-08 15:05:56 +01:00
|
|
|
[sysmon example](https://github.com/lvgl/lv_apps/tree/master/src/lv_sysmon).
|
2020-01-02 16:07:30 +01:00
|
|
|
|
|
|
|
### 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:
|
|
|
|
|
|
|
|
```
|
2023-05-06 07:48:58 +02:00
|
|
|
make BOARD=stm32f429i-disc1 -C tests/pkg/lvgl flash
|
2020-01-02 16:07:30 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
### 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.
|