mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
82d98ed377
Ran dist/tools/insufficient_memory for all AVR8 boards. |
||
---|---|---|
.. | ||
app.config.test | ||
main.c | ||
Makefile | ||
Makefile.ci | ||
README.md |
LVGL sample application
This application shows a usage of LVGL with touch capabilities.
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_touch flash
Expected result
The application simply displays a button that can be clicked. Each time the button is clicked, the message "Button clicked!" is displayed in the terminal.