10 lines
566 B
Plaintext
10 lines
566 B
Plaintext
#define ladder_updown_down_width 24
|
|
#define ladder_updown_down_height 24
|
|
static char ladder_updown_down_bits[] = {
|
|
0x00, 0x21, 0x00, 0x41, 0x27, 0x00, 0x00, 0x39, 0x12, 0x00, 0x21, 0x00,
|
|
0x20, 0x21, 0x00, 0x02, 0x27, 0x41, 0x00, 0x39, 0x00, 0x20, 0x21, 0x00,
|
|
0x00, 0x21, 0x04, 0x04, 0x27, 0x40, 0x00, 0x39, 0x01, 0x00, 0x21, 0x00,
|
|
0xc0, 0xde, 0x01, 0xb0, 0x58, 0x0f, 0xac, 0x46, 0x1d, 0xee, 0xda, 0x2d,
|
|
0xfa, 0x5e, 0x2f, 0xde, 0xd8, 0x3b, 0xda, 0xc6, 0x3b, 0xfc, 0xdf, 0x1f,
|
|
0xf0, 0xff, 0x07, 0xc0, 0xff, 0x41, 0x02, 0x00, 0x00, 0x20, 0x00, 0x12};
|