summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/bma135.xbm
blob: 5a3ffcbb00f27521ac288477e1a51a7060d4882c (plain)
1
2
3
4
5
6
#define bma135_width 16
#define bma135_height 16
static unsigned char bma135_bits[] = {
   0x01, 0x00, 0x02, 0x00, 0x04, 0x00, 0x08, 0x00, 0x10, 0x00, 0x20, 0x00,
   0x40, 0x00, 0x80, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x04, 0x00, 0x08,
   0x00, 0x10, 0x00, 0x20, 0x00, 0x40, 0x00, 0x00};