7 lines
309 B
C
7 lines
309 B
C
|
#define network_eth2_width 16
|
||
|
#define network_eth2_height 16
|
||
|
static unsigned char network_eth2_bits[] = {
|
||
|
0x00, 0x00, 0xfe, 0x7f, 0x02, 0x40, 0x02, 0x40, 0xc2, 0x43, 0xc2, 0x43,
|
||
|
0xc2, 0x43, 0xf2, 0x4f, 0xf2, 0x4f, 0xf2, 0x4f, 0xf2, 0x4f, 0xf2, 0x4f,
|
||
|
0x02, 0x40, 0x02, 0x40, 0xfe, 0x7f, 0x00, 0x00 };
|