summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/bma0.xbm
blob: 6986b0f8bc562ee531922832b7f1ec3ea51e5d0d (plain)
1
2
3
4
5
6
#define bma0_width 16
#define bma0_height 16
static unsigned 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};