10 lines
536 B
Plaintext
10 lines
536 B
Plaintext
#define book_clasp_width 24
|
|
#define book_clasp_height 24
|
|
static char book_clasp_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff, 0x3f, 0x60, 0x00, 0x20,
|
|
0x70, 0x00, 0x30, 0x50, 0x00, 0x50, 0x70, 0x00, 0x5e, 0x50, 0x00, 0x5c,
|
|
0x38, 0x00, 0x78, 0x28, 0x00, 0x38, 0x38, 0x00, 0x28, 0x28, 0x00, 0x28,
|
|
0x3c, 0x00, 0x2f, 0x14, 0x00, 0x1e, 0x1c, 0x00, 0x1c, 0x14, 0x00, 0x1c,
|
|
0xfe, 0xff, 0x17, 0x1a, 0x00, 0x0e, 0xae, 0x7b, 0x09, 0x0e, 0x00, 0x09,
|
|
0xdc, 0xaa, 0x0e, 0xf8, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|