diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-07-24 16:04:46 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-07-24 16:04:46 (GMT) |
| commit | 326e06bc6bda0abf02372c8f23f7c9e60cd5cfff (patch) | |
| tree | 5ad634f403a0ebf1a9b441dae41b415d66e18b90 /wasp/icons.py | |
| parent | a01fb7df573e13a6f6b9fbf2e7688d4e9713df6d (diff) | |
StatusBar: Rename and add BLE connection status icon
Notifier was a dumb name so make it better. Now that we have a decent
name it should be obvious how to handle the BLE connection status icon!
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/icons.py')
| -rw-r--r-- | wasp/icons.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/wasp/icons.py b/wasp/icons.py index 2b55d9c..f7ecfbd 100644 --- a/wasp/icons.py +++ b/wasp/icons.py @@ -163,3 +163,15 @@ notification = ( b'\x12\xc4\x05\xc4\x14\xc4\x03\xc5\x14\xc5\x02\xde\x01\xff\x01\x01' b'\xde\x0f\xc4\x1d\xc2\x0f' ) +# 2-bit RLE, generated from res/blestatus.png, 104 bytes +blestatus = ( + b'\x02' + b'\x11 ' + b'\x07\xc1\x10\xc2\x0f\xc3\x0e\xc4\r\xc5\x0c\xc6\x0b\xc7\n\xc3' + b'\x01\xc4\x03\xc2\x04\xc3\x02\xc4\x01\xc4\x03\xc3\x03\xc4\x01\xc4' + b'\x02\xc3\x02\xc4\x03\xc4\x01\xc3\x01\xc4\x05\xcb\x07\xc9\t\xc7' + b'\x0b\xc5\x0c\xc5\x0b\xc7\t\xc9\x07\xcb\x05\xc4\x01\xc3\x01\xc4' + b'\x03\xc4\x02\xc3\x02\xc4\x01\xc4\x03\xc3\x03\xc4\x01\xc2\x04\xc3' + b'\x02\xc4\x08\xc3\x01\xc4\t\xc7\n\xc6\x0b\xc5\x0c\xc4\r\xc3' + b'\x0e\xc2\x0f\xc1\t' +) |
