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

13 lines
272 B
Plaintext

#define smalldriver_width 27
#define smalldriver_height 7
static char smalldriver_bits[] = {
0x3e, 0x02, 0x40, 0x00,
0x41, 0x05, 0xb0, 0x01,
0x99, 0xfc, 0x0f, 0x06,
0x01, 0x04, 0x00, 0x04,
0x99, 0xfc, 0x0f, 0x06,
0xc3, 0x0d, 0xb0, 0x01,
0xfe, 0x06, 0x40, 0x00,
};