You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
251 B
6 lines
251 B
10 years ago
|
#define corner_left_width 10
|
||
|
#define corner_left_height 12
|
||
|
static unsigned char corner_left_bits[] = {
|
||
|
0xfe, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xfe, 0x03, 0xfc, 0x03,
|
||
|
0xf8, 0x03, 0xf0, 0x03, 0xe0, 0x03, 0xc0, 0x03, 0x80, 0x03, 0x00, 0x03 };
|