1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_lvgl_touch
2022-02-28 10:23:06 +01: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 boards/stm32g031-disco,examples,tests: Added STM32G031-DISCO board 2021-10-13 12:14:45 -04:00
README.md tests/pkg_lvgl_touch: add lvgl sample with touch capabilities 2020-07-29 14:49:17 +02:00

LittlevGL sample application

This application shows a usage of LittlevGL 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.