1
2
3
4
5
6
|
#define net_wifi4_width 16
#define net_wifi4_height 16
static unsigned char net_wifi4_bits[] = {
0x00, 0x00, 0x00, 0x00, 0xf0, 0x0f, 0x08, 0x10, 0xe4, 0x27, 0x10, 0x08,
0xc0, 0x03, 0x20, 0x04, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01,
0xc0, 0x03, 0xc0, 0x03, 0x80, 0x01, 0x00, 0x00 };
|