5 lines
196 B
C
5 lines
196 B
C
#define bail_width 9
|
|
#define bail_height 9
|
|
static unsigned char bail_bits[] = {
|
|
0x38, 0x00, 0x44, 0x00, 0x44, 0x00, 0x44, 0x00, 0x38, 0x00, 0x44, 0x00,
|
|
0x82, 0x00, 0x01, 0x01, 0xff, 0x01 };
|