aboutsummaryrefslogtreecommitdiffstats
path: root/bitmaps
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-26 18:03:11 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-26 18:03:11 +0000
commit01b1340983b8f04022e5d90260509542cd67e339 (patch)
tree7f45d4f1a74f340c77a7aa90f4f9d25683994c80 /bitmaps
parent1fa1ebd11ca31c993937f59020dd8f5e4fbb842e (diff)
downloaddzen-01b1340983b8f04022e5d90260509542cd67e339.tar.gz
dzen-01b1340983b8f04022e5d90260509542cd67e339.zip
fixed X*DrawString handling
added support to the in-text parser for rectangle drawing ready for release 0.7.0 git-svn-id: http://dzen.googlecode.com/svn/trunk@146 f2baff5b-bf2c-0410-a398-912abdc3d8b2
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};