slint/examples/carousel
2022-10-28 09:30:14 +00:00
..
cpp Add example for custom carousel widget (#1739) 2022-10-18 14:01:17 +02:00
node Bump version number to 0.3.2 2022-10-28 09:30:14 +00:00
rust Bump version number to 0.3.2 2022-10-28 09:30:14 +00:00
ui Add mcu support to the carousel example (#1744) 2022-10-19 14:54:39 +02:00
README.md Add mcu support to the carousel example (#1744) 2022-10-19 14:54:39 +02:00

See the MCU backend Readme to see how to run the example on a smaller device like the Raspberry Pi Pico.

The example can run with the mcu simulator with the following command

cargo run -p carousel --no-default-features --features=simulator --release