10 lines
455 B
Plaintext
10 lines
455 B
Plaintext
#define corner-sw_width 24
|
|
#define corner-sw_height 24
|
|
static char corner-sw_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xf7,0x00,0x00,0x08,0x01,
|
|
0x80,0x00,0x01,0xc8,0x40,0x01,0x37,0x0f,0x01,0xff,0x17,0x01,
|
|
0xff,0x17,0x01,0xff,0x9b,0x00,0xff,0x9d,0x01,0xff,0x1d,0x01,
|
|
0xfb,0x1e,0x01,0x7d,0x2f,0x01,0x00,0x3f,0x01,0x00,0x1f,0x01,
|
|
0x00,0x1f,0x01,0x00,0x9d,0x01,0x00,0x1e,0x01,0x00,0x1f,0x01};
|