diff options
Diffstat (limited to 'app/bin/bitmaps/cross0.xbm')
-rw-r--r-- | app/bin/bitmaps/cross0.xbm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/bin/bitmaps/cross0.xbm b/app/bin/bitmaps/cross0.xbm new file mode 100644 index 0000000..373d897 --- /dev/null +++ b/app/bin/bitmaps/cross0.xbm @@ -0,0 +1,5 @@ +#define cross0_width 8 +#define cross0_height 8 +//static unsigned char cross0_bits[] = { +static char cross0_bits[] = { + 0x04, 0x04, 0x1f, 0x04, 0x04, 0x00, 0x00, 0x00}; |