10 lines
464 B
Plaintext
10 lines
464 B
Plaintext
#define smallLuggage_width 24
|
|
#define smallLuggage_height 24
|
|
static char smallLuggage_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0x00,0x00,0xf0,0x03,
|
|
0x00,0x90,0x07,0x00,0x10,0x06,0x00,0x1e,0x04,0xc0,0xf1,0x04,
|
|
0x40,0x00,0x07,0xc0,0x00,0x18,0xc0,0x00,0x1f,0xa0,0xc6,0x10,
|
|
0x20,0xa5,0x08,0x20,0x99,0x08,0x20,0x45,0x0a,0x50,0x42,0x04,
|
|
0x90,0x40,0x04,0x90,0x40,0x04,0x20,0x20,0x04,0x40,0x24,0x02,
|
|
0x80,0xa3,0x03,0x00,0xfc,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|