summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/snapvis.xbm
blob: cab6ee55162ea45daf8908fb2ca8558f71f203b6 (plain)
1
2
3
4
5
6
7
#define snapvis_width 16
#define snapvis_height 16
// static unsigned char snapvis_bits[] = {
static char snapvis_bits[] = {
   0x44, 0x44, 0x44, 0x44, 0xff, 0xff, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44,
   0xff, 0xff, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0xff, 0xff, 0x44, 0x44,
   0x44, 0x44, 0x44, 0x44, 0xff, 0xff, 0x44, 0x44};