summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/bma90.xbm
blob: cf03ee3e7e7d66d84d80ca7b9d07473da3dd9ed3 (plain)
1
2
3
4
5
6
#define bma90_width 16
#define bma90_height 16
static 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};