1
2
3
4
5
6
7
8
|
#define time16_width 16
#define time16_height 16
#define time16_x_hot 7
#define time16_y_hot 7
static unsigned char time16_bits[] = {
0x00, 0x00, 0xfe, 0x7f, 0x14, 0x28, 0x14, 0x28, 0x14, 0x28, 0xe4, 0x27,
0xc4, 0x23, 0x84, 0x21, 0x84, 0x21, 0x44, 0x22, 0x24, 0x24, 0x94, 0x29,
0xd4, 0x2b, 0xf4, 0x2f, 0xfe, 0x7f, 0x00, 0x00};
|