5 lines
196 B
C
5 lines
196 B
C
#define wifi_width 9
|
|
#define wifi_height 9
|
|
static unsigned char wifi_bits[] = {
|
|
0x00, 0x00, 0x40, 0x00, 0x90, 0x00, 0xa4, 0x00, 0xa9, 0x00, 0xa4, 0x00,
|
|
0x90, 0x00, 0x40, 0x00, 0x00, 0x00 };
|