Valentin Weber
1535b571c7
feat(src/protocol.rs): add test
...
Add test for Brightness to u8 conversion.
2025-02-22 20:04:26 +01:00
Valentin Weber
1cb15622eb
feat: add support for brightness control
2025-02-22 11:51:06 +01: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