5 lines
205 B
C
5 lines
205 B
C
#define box_out_width 9
|
|
#define box_out_height 9
|
|
static unsigned char box_out_bits[] = {
|
|
0x0f, 0x00, 0x08, 0x00, 0x48, 0x00, 0x80, 0x00, 0xff, 0x01, 0x80, 0x00,
|
|
0x48, 0x00, 0x08, 0x00, 0x0f, 0x00 };
|