aboutsummaryrefslogtreecommitdiffstats
path: root/bitmaps/play.xbm
blob: 46455dfed7c585e1933599eb0cc141667c9aba81 (plain) (blame)
1
2
3
4
5
6
7
#define play_width 16
#define play_height 16
static unsigned char play_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x78, 0x00, 0xf8, 0x01,
   0xf8, 0x07, 0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x07, 0xf8, 0x01, 0x78, 0x00,
   0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };