summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/mtbox.xbm
blob: 8d7f81cb03c80aa1c0ffd864bf0c4266c20b39dc (plain)
1
2
3
4
5
6
7
#define mtbox_width 16
#define mtbox_height 16
// static unsigned char mtbox_bits[] = {
static char mtbox_bits[] = {
   0x00, 0x00, 0xfe, 0x7f, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40,
   0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40,
   0x02, 0x40, 0x02, 0x40, 0xfe, 0x7f, 0x00, 0x00};