5 lines
199 B
C
5 lines
199 B
C
#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 };
|