10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define sign_w_width 24
|
|
#define sign_w_height 24
|
|
static char sign_w_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x50,0x00,0xf0,0xff,0x3f,0x0c,0x00,0x20,
|
|
0x82,0x92,0x24,0x8c,0xd6,0x15,0x70,0x00,0x20,0xc0,0xff,0x3f,
|
|
0x00,0x00,0x00,0x00,0x50,0x00,0x00,0x50,0x00,0x00,0x50,0x00,
|
|
0x00,0x50,0x00,0x00,0x50,0x00,0x00,0x48,0x00,0x00,0x28,0x00,
|
|
0x00,0x28,0x00,0x00,0x48,0x00,0x00,0x50,0x00,0x00,0x50,0x06,
|
|
0x00,0x52,0x01,0x00,0xa4,0x00,0x00,0x28,0x01,0x00,0x54,0x00};
|