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.
8 lines
294 B
8 lines
294 B
15 years ago
|
#define options_width 16
|
||
|
#define options_height 16
|
||
|
static unsigned char options_bits[] = {
|
||
|
0x00, 0x00, 0x08, 0x00, 0x04, 0x00, 0x04, 0x00, 0x8e, 0x7f, 0xfe, 0x7f,
|
||
|
0x8e, 0x7f, 0x04, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x7d, 0xfc, 0x7f,
|
||
|
0x00, 0x7d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||
|
};
|