aboutsummaryrefslogtreecommitdiff
path: root/src/res/bluetooth.xbm
diff options
context:
space:
mode:
authorFrançois Cartegnie <281376+fcartegnie@users.noreply.github.com>2024-06-11 11:29:21 +0700
committerGitHub <noreply@github.com>2024-06-11 11:29:21 +0700
commit1ae34de744aac664df8780365a549ea31c57ec13 (patch)
tree2cef86d7bb4e057a40c1d39c909910f96bc68056 /src/res/bluetooth.xbm
parent0d4a46593ce616f8a7a9eb93648b279f5dbee70d (diff)
parent8815700322c0c10cb0528b047b2c7604c2eeb053 (diff)
Merge pull request #13 from kienvo/xbm-support
Add support for .xbm bitmap file
Diffstat (limited to 'src/res/bluetooth.xbm')
-rw-r--r--src/res/bluetooth.xbm20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/res/bluetooth.xbm b/src/res/bluetooth.xbm
new file mode 100644
index 0000000..fa8ba8d
--- /dev/null
+++ b/src/res/bluetooth.xbm
@@ -0,0 +1,20 @@
+#define bluetooth_width 24
+#define bluetooth_height 66
+static unsigned char bluetooth_bits[] = {
+ 0x04, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x14, 0x00, 0x00, 0x25, 0x00, 0x00,
+ 0x16, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x16, 0x00, 0x00, 0x25, 0x00, 0x00,
+ 0x14, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x04, 0x00, 0x00, 0x04, 0x00, 0x00,
+ 0x0c, 0x00, 0x00, 0x14, 0x00, 0x00, 0x25, 0x00, 0x00, 0x16, 0x01, 0x00,
+ 0x0c, 0x02, 0x00, 0x16, 0x01, 0x00, 0x25, 0x00, 0x00, 0x14, 0x00, 0x00,
+ 0x0c, 0x00, 0x00, 0x04, 0x00, 0x00, 0x04, 0x00, 0x00, 0x0c, 0x00, 0x00,
+ 0x14, 0x00, 0x00, 0x25, 0x08, 0x00, 0x16, 0x11, 0x00, 0x0c, 0x12, 0x00,
+ 0x16, 0x11, 0x00, 0x25, 0x08, 0x00, 0x14, 0x00, 0x00, 0x0c, 0x00, 0x00,
+ 0x04, 0x00, 0x00, 0x04, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x14, 0x40, 0x00,
+ 0x25, 0x88, 0x00, 0x16, 0x11, 0x01, 0x0c, 0x12, 0x01, 0x16, 0x11, 0x01,
+ 0x25, 0x88, 0x00, 0x14, 0x40, 0x00, 0x0c, 0x00, 0x00, 0x04, 0x00, 0x00,
+ 0x04, 0x00, 0x00, 0x0c, 0x00, 0x02, 0x14, 0x40, 0x04, 0x25, 0x88, 0x08,
+ 0x16, 0x11, 0x09, 0x0c, 0x12, 0x09, 0x16, 0x11, 0x09, 0x25, 0x88, 0x08,
+ 0x14, 0x40, 0x04, 0x0c, 0x00, 0x02, 0x04, 0x00, 0x00, 0x04, 0x00, 0x10,
+ 0x0c, 0x00, 0x22, 0x14, 0x40, 0x44, 0x25, 0x88, 0x88, 0x16, 0x11, 0x89,
+ 0x0c, 0x12, 0x89, 0x16, 0x11, 0x89, 0x25, 0x88, 0x88, 0x14, 0x40, 0x44,
+ 0x0c, 0x00, 0x22, 0x04, 0x00, 0x10 };