summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/bma0.xbm
blob: e0a2815836de2c53f66eb19c105565f49b969d71 (plain)
1
2
3
4
5
6
#define bma0_width 16
#define bma0_height 16
static char bma0_bits[] = {
   0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00,
   0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00,
   0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x00, 0x00};