summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/bma45.xbm
blob: 6a943f0a1e8a025465e5475f9c598560452fb83b (plain)
1
2
3
4
5
6
#define bma45_width 16
#define bma45_height 16
static unsigned 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};