Files
2017-10-19 12:40:28 -04:00

22 lines
300 B
Plaintext

#define lightgrey_width 16
#define lightgrey_height 16
static char lightgrey_bits[] = {
0x44, 0x44,
0x11, 0x11,
0x44, 0x44,
0x11, 0x11,
0x44, 0x44,
0x11, 0x11,
0x44, 0x44,
0x11, 0x11,
0x44, 0x44,
0x11, 0x11,
0x44, 0x44,
0x11, 0x11,
0x44, 0x44,
0x11, 0x11,
0x44, 0x44,
0x11, 0x11,
};