diff options
Diffstat (limited to 'app/bin/bitmaps/xtc16.xbm')
-rw-r--r-- | app/bin/bitmaps/xtc16.xbm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/bin/bitmaps/xtc16.xbm b/app/bin/bitmaps/xtc16.xbm new file mode 100644 index 0000000..fc885c5 --- /dev/null +++ b/app/bin/bitmaps/xtc16.xbm @@ -0,0 +1,7 @@ +#define xtc16_width 14 +#define xtc16_height 14 +// static unsigned char xtc16_bits[] = { +static char xtc16_bits[] = { + 0xfc, 0x0f, 0x02, 0x10, 0x01, 0x22, 0x01, 0x21, 0xb9, 0x20, 0x45, 0x20, + 0xfd, 0x27, 0x45, 0x20, 0x79, 0x20, 0x81, 0x20, 0x02, 0x11, 0xfc, 0x0f, + 0x00, 0x04, 0xff, 0x03}; |