1#define speed_width 20
2#define speed_height 20
3static unsigned char speed_bits[] = {
4   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
5   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x66, 0x00,
6   0x00, 0xee, 0x00, 0xfc, 0xff, 0x01, 0xfc, 0xff, 0x03, 0xfc, 0xff, 0x01,
7   0x00, 0xee, 0x00, 0x00, 0x66, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x00,
8   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
9