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.
7 lines
284 B
7 lines
284 B
6 years ago
|
#define maximize_width 15
|
||
|
#define maximize_height 15
|
||
|
static unsigned char maximize_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0xfc, 0x1f, 0x04, 0x10, 0x04, 0x70, 0x04, 0x70,
|
||
|
0x04, 0x70, 0x04, 0x70, 0x04, 0x70, 0x04, 0x70, 0x04, 0x70, 0x04, 0x70,
|
||
|
0xfc, 0x7f, 0xf0, 0x7f, 0xf0, 0x7f};
|