10 lines
519 B
C
10 lines
519 B
C
|
#define green_width 21
|
||
|
#define green_height 21
|
||
|
static unsigned char green_bits[] = {
|
||
|
0x00,0x00,0x00,0x80,0x10,0x00,0xa8,0x5f,0x01,0xf4,0xff,0x02,0xe8,0x7f,0x01,
|
||
|
0xfc,0xf0,0x03,0x78,0xef,0x03,0x3e,0xcf,0x07,0x1c,0x87,0x03,0x1c,0x8f,0x03,
|
||
|
0x1c,0x83,0x03,0x1c,0x82,0x03,0x3e,0xdc,0x07,0x78,0xee,0x01,0xfc,0xf0,0x03,
|
||
|
0xe8,0x7f,0x01,0xf4,0xff,0x02,0xa8,0x5f,0x01,0x80,0x16,0x00,0x00,0x06,0x00,
|
||
|
0x00,0x00,0x00,0x00,0xff,0xff,0xff,0xff,0x00,0x00,0x00,0x00,0xb8,0x00,0x00,
|
||
|
0x00,0x21,0x00,0x00,0x00,0x00,0x00,0x00,0x00 };
|