aboutsummaryrefslogtreecommitdiffstats
path: root/bitmaps/battery.xbm
diff options
context:
space:
mode:
Diffstat (limited to 'bitmaps/battery.xbm')
-rw-r--r--bitmaps/battery.xbm6
1 files changed, 6 insertions, 0 deletions
diff --git a/bitmaps/battery.xbm b/bitmaps/battery.xbm
new file mode 100644
index 0000000..745c389
--- /dev/null
+++ b/bitmaps/battery.xbm
@@ -0,0 +1,6 @@
+#define battery_width 16
+#define battery_height 16
+static unsigned char battery_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x1f,
+ 0xfc, 0x11, 0xfc, 0x71, 0xfc, 0x71, 0xfc, 0x71, 0xfc, 0x11, 0xfc, 0x1f,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};