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.
5 lines
162 B
5 lines
162 B
10 years ago
|
#define corner_width 4
|
||
|
#define corner_height 12
|
||
|
static unsigned char corner_bits[] = {
|
||
|
0x0F, 0x07, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|