5 lines
202 B
C
5 lines
202 B
C
#define clock2_width 9
|
|
#define clock2_height 9
|
|
static unsigned char clock2_bits[] = {
|
|
0x7c, 0x00, 0x82, 0x00, 0x11, 0x01, 0x11, 0x01, 0x71, 0x01, 0x01, 0x01,
|
|
0x01, 0x01, 0x82, 0x00, 0x7c, 0x00 };
|