diff options
Diffstat (limited to 'app/bin/bitmaps/bma45.xbm')
-rw-r--r-- | app/bin/bitmaps/bma45.xbm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/bin/bitmaps/bma45.xbm b/app/bin/bitmaps/bma45.xbm new file mode 100644 index 0000000..c4717b4 --- /dev/null +++ b/app/bin/bitmaps/bma45.xbm @@ -0,0 +1,6 @@ +#define bma45_width 16 +#define bma45_height 16 +static char bma45_bits[] = { + 0x00, 0x40, 0x00, 0x20, 0x00, 0x10, 0x00, 0x08, 0x00, 0x04, 0x00, 0x02, + 0x00, 0x01, 0x80, 0x00, 0x40, 0x00, 0x20, 0x00, 0x10, 0x00, 0x08, 0x00, + 0x04, 0x00, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00}; |