slint/examples/printerdemo_mcu
Nathan Collins fe711aad10 Zephyr: don't block main thread with animations
Make sure we sleep, even if there are animations. Previously we would
spin the event loop forever once an animation started.

Ideally we need some slint API to get the duration until the next
animation tick.
2024-07-08 16:46:33 +02:00
..
esp-idf Make it possible to use slint-esp with displays that expect little endian ordered RGB565 pixels (#5344) 2024-06-11 11:30:42 +02:00
ui fix missing warning of missing export 2024-06-21 11:57:49 +02:00
zephyr Zephyr: don't block main thread with animations 2024-07-08 16:46:33 +02:00
bench.rs Rendering benchkark of the printerdemo_mcu 2024-04-24 16:36:25 +02:00
build.rs Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
Cargo.toml Bump version number to 1.7.0 2024-06-04 20:34:29 +00:00
main.rs Use enums in the printer demo 2023-06-16 12:30:04 +02:00
README.md xtask: Fix up license headers 2023-08-17 08:55:28 +02:00

This is a "fork" of the printer demo modified to run on a smaller screen.

See the MCU backend Readme for more info.