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

22 lines
294 B
Plaintext

#define note1x1_width 16
#define note1x1_height 16
static char note1x1_bits[] = {
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0xe0, 0x03,
0x30, 0x07,
0x30, 0x06,
0x70, 0x06,
0xe0, 0x03,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
};