Commit graph

17 commits

Author SHA1 Message Date
Valentin Weber
159c678e15
chore: introduce consts for display height and width 2025-07-20 09:38:32 +02:00
Valentin Weber
b4d8c1ab97
fix: add clippy override to allow funcions > 100 lines 2025-07-19 17:22:48 +02:00
Valentin Weber
7157ebec9e
chore: cargo fmt 2025-07-19 17:00:15 +02:00
Valentin Weber
cb6016bdc0
chore: reoganize dependencies 2025-07-19 16:13:22 +02:00
Valentin Weber
58ea934c9f
feat: Add animated GIF support 2025-07-19 12:37:53 +02:00
Valentin Weber
a10617fe6d
feat: add (non-animated) image support 2025-07-19 12:31:54 +02:00
Martin Michaelis
5d745ab8fd Fix clippy lints
Some checks failed
CI / Check rust format (push) Has been cancelled
CI / Clippy (Rust stable) --no-default-features (push) Has been cancelled
CI / Clippy (Rust stable) -F cli (push) Has been cancelled
CI / Clippy (Rust stable) (push) Has been cancelled
CI / Test (Rust stable) --no-default-features (push) Has been cancelled
CI / Test (Rust stable) -F cli (push) Has been cancelled
CI / Test (Rust stable) (push) Has been cancelled
CI / Build for Windows (x86_64) (push) Has been cancelled
CI / Build for Linux (x86_64) (push) Has been cancelled
CI / Build for MacOS (arm64) (push) Has been cancelled
CI / Build for MacOS (x86_64) (push) Has been cancelled
CI / All required checks passed (push) Has been cancelled
CI / Create release (push) Has been cancelled
2025-07-15 20:56:23 +02:00
Martin Michaelis
44222843d8 Add list devices option 2024-12-31 23:28:06 +00:00
Martin Michaelis
116a506fe4 Update to zerocopy 0.8 2024-12-31 21:58:20 +00:00
Lilian
71f9ab3f19 Remove redundant BLE service UUID check as it is already done using a ScanFilter 2024-08-01 23:04:10 +02:00
Lilian
19db575be2 Address additional PR review comments for code simplification 2024-08-01 23:04:10 +02:00
Lilian
ba41bf3a65 Simplify error handling of BLE writing 2024-08-01 23:04:10 +02:00
Lilian
925fb45617 Address PR review comments for BLE feature 2024-08-01 23:04:10 +02:00
Lilian
e8a1ed3907 Improve error handling in BLE device enumeration 2024-08-01 23:04:10 +02:00
Lilian
c273d4cbfc Add support for transferring badge config via Bluetooth Low Energy
Adds a new crate feature `ble` that allows for transfering badge
configurations over Bluetooth Low Energy instead of USB.
Expands the CLI to allow for specification of the transport protocol,
either USB or BLE.

The BLE library uses async rust requiring to add tokio as a async runtime
to the CLI.
2024-08-01 23:04:10 +02:00
Martin Michaelis
03fa9668b5 Allow usage without embedded graphics 2024-06-07 20:04:53 +00:00
Martin Michaelis
97d5561e81 Initial commit 2024-06-07 13:33:27 +00:00