aboutsummaryrefslogtreecommitdiffstats
path: root/bitmaps
diff options
context:
space:
mode:
Diffstat (limited to 'bitmaps')
-rw-r--r--bitmaps/battery.xbm4
-rw-r--r--bitmaps/volume.xbm6
2 files changed, 5 insertions, 5 deletions
diff --git a/bitmaps/battery.xbm b/bitmaps/battery.xbm
index 745c389..ca37847 100644
--- a/bitmaps/battery.xbm
+++ b/bitmaps/battery.xbm
@@ -1,6 +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, 0xfc, 0x1f, 0xfc, 0x11,
+ 0xfc, 0x71, 0xfc, 0x71, 0xfc, 0x71, 0xfc, 0x11, 0xfc, 0x1f, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
diff --git a/bitmaps/volume.xbm b/bitmaps/volume.xbm
index b4ee0ec..5ab8281 100644
--- a/bitmaps/volume.xbm
+++ b/bitmaps/volume.xbm
@@ -1,6 +1,6 @@
#define volume_width 16
#define volume_height 16
static unsigned char volume_bits[] = {
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x1b, 0x60, 0x1b,
- 0x60, 0x1b, 0x6c, 0x1b, 0x6c, 0x1b, 0x6c, 0x1b, 0x60, 0x1b, 0x60, 0x1b,
- 0x00, 0x1b, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00};
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x1b, 0x60, 0x1b, 0x60, 0x1b,
+ 0x6c, 0x1b, 0x6c, 0x1b, 0x6c, 0x1b, 0x60, 0x1b, 0x60, 0x1b, 0x00, 0x1b,
+ 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};