summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/bma90.xbm
blob: 007a8d504b39708ea7cc704464947fb594009a29 (plain)
1
2
3
4
5
6
#define bma90_width 16
#define bma90_height 16
static unsigned char bma90_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};