You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
197 B
6 lines
197 B
10 years ago
|
#define time_width 14
|
||
|
#define time_height 9
|
||
|
static unsigned char time_bits[] = {
|
||
|
0xc0, 0x0f, 0x20, 0x10, 0x10, 0x21, 0x10, 0x21, 0x10, 0x21, 0x10, 0x27,
|
||
|
0x10, 0x20, 0x20, 0x10, 0xc0, 0x0f };
|