summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/bma45.xbm
blob: c4717b4daee7c447ff1e70acd5af4b47bd5f27ba (plain)
1
2
3
4
5
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};