10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define scroll1_width 24
|
|
#define scroll1_height 24
|
|
static char scroll1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0xf8,0xff,0x01,0x14,0x00,0x02,
|
|
0xa2,0xce,0x05,0x22,0x00,0x04,0x24,0xd9,0x05,0x38,0x00,0x04,
|
|
0xa0,0xd3,0x05,0x20,0x00,0x04,0xa0,0xb6,0x04,0x20,0x00,0x04,
|
|
0xa0,0x35,0x05,0x20,0x00,0x04,0xa0,0xd6,0x05,0x20,0x00,0x04,
|
|
0xa0,0xff,0x07,0x60,0x02,0x08,0x20,0x04,0x10,0x20,0xac,0x1a,
|
|
0x40,0x02,0x08,0x80,0xff,0x07,0x00,0x00,0x00,0x00,0x00,0x00};
|