1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,7 @@ |
1 |
+#define bluetooth_con_icon_width 15 |
|
2 |
+#define bluetooth_con_icon_height 20 |
|
3 |
+static unsigned char bluetooth_con_icon_bits[] = { |
|
4 |
+ 0x6c, 0x00, 0xce, 0x00, 0xaa, 0x00, 0xc6, 0x00, 0xaa, 0x00, 0xce, 0x00, |
|
5 |
+ 0x6c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
|
6 |
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
|
7 |
+ 0x00, 0x00, 0x00, 0x00, }; |