| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,7 @@ |
| 1 |
+#define battery25_icon_width 15 |
|
| 2 |
+#define battery25_icon_height 20 |
|
| 3 |
+static unsigned char battery25_icon_bits[] = {
|
|
| 4 |
+ 0x00, 0x00, 0x00, 0x1c, 0x00, 0x3e, 0x00, 0x22, 0x00, 0x22, 0x00, 0x22, |
|
| 5 |
+ 0x00, 0x22, 0x00, 0x22, 0x00, 0x22, 0x00, 0x22, 0x00, 0x22, 0x00, 0x22, |
|
| 6 |
+ 0x00, 0x22, 0x00, 0x3e, 0x00, 0x3e, 0x00, 0x3e, 0x00, 0x3e, 0x00, 0x3e, |
|
| 7 |
+ 0x00, 0x00, 0x00, 0x00, }; |