blob: 8b0f70c36ab621b5323b97609384cbccb04df46f (
plain)
1
2
3
4
5
|
#define clock_width 9
#define clock_height 9
static unsigned char clock_bits[] = {
0x7c, 0x00, 0xbe, 0x00, 0xdf, 0x01, 0xef, 0x01, 0x0f, 0x01, 0xff, 0x01,
0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00 };
|