6 lines
246 B
C
6 lines
246 B
C
#define ann_left_width 15
|
|
#define ann_left_height 12
|
|
static unsigned char ann_left_bits[] = {
|
|
0xfe, 0x3f, 0xff, 0x7f, 0x9f, 0x7f, 0xcf, 0x7f, 0xe7, 0x7f, 0x03, 0x78,
|
|
0x03, 0x70, 0xe7, 0x73, 0xcf, 0x73, 0x9f, 0x73, 0xff, 0x73, 0xfe, 0x33};
|
|
|