blob: 0851adfb5db3e5307d3c361351864b7793b79485 (
plain) (
blame)
1
2
3
4
5
|
#define corner_width 8
#define corner_height 16
static unsigned char corner_bits[] = {
0x00, 0x00, 0x1e, 0x0e, 0x06, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00 };
|