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
Marian Buschsieweke d2a3ff3d83
boards/{bluepill*,blackpill*}: rename and improve doc
- 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
2023-01-02 16:23:10 +01:00
..
app.config.test tests/pkg_lvgl_touch: randomize button position on click 2022-08-24 21:56:31 +02:00
main.c tests/pkg_lvgl_touch: randomize button position on click 2022-08-24 21:56:31 +02:00
Makefile tests/pkg_lvgl_touch: randomize button position on click 2022-08-24 21:56:31 +02:00
Makefile.ci boards/{bluepill*,blackpill*}: rename and improve doc 2023-01-02 16:23:10 +01: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.