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
194 B
6 lines
194 B
10 years ago
|
#define lan_width 14
|
||
|
#define lan_height 9
|
||
|
static unsigned char lan_bits[] = {
|
||
|
0xe0, 0x03, 0x20, 0x02, 0xe0, 0x03, 0x80, 0x00, 0xfe, 0x3f, 0x08, 0x08,
|
||
|
0x3e, 0x3e, 0x22, 0x22, 0x3e, 0x3e };
|