mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
- renamed:
- `bluepill` --> `bluepill-stm32f103c8`
- `bluepill-128kib` --> `bluepill-stm32f103cb`
- `blackpill` --> `blackpill-stm32f103c8`
- `blackpill-128kib` --> `blackpill-stm32f103cb`
- doc:
- added link to corresponding hardware page on the STM32-base
project
- added picture
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.