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