7 lines
270 B
C
Raw Normal View History

2013-07-13 01:12:20 +02:00
#define max_width 15
#define max_height 15
2012-07-05 00:03:47 +02:00
static unsigned char max_bits[] = {
2013-07-13 01:12:20 +02:00
0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01,
0xf8, 0x1f, 0xf8, 0x1f, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };