1
2
3
4
5
6
|
#define greynext_width 16
#define greynext_height 16
static unsigned char greynext_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x02, 0x01, 0x04, 0x02, 0x0a, 0x05, 0x14, 0x0a,
0x2a, 0x15, 0xd4, 0x2a, 0x2a, 0x15, 0x14, 0x0a, 0x0a, 0x05, 0x04, 0x02,
0x02, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|