10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define slow_width 24
|
|
#define slow_height 24
|
|
static char slow_bits[] = {
|
|
0x00,0xc0,0x00,0x40,0x38,0x01,0xac,0x04,0x0e,0x53,0x63,0x30,
|
|
0x00,0x9c,0xcc,0xe0,0x03,0x03,0x18,0x00,0x04,0x87,0x33,0xf8,
|
|
0x60,0x4c,0x07,0x1c,0x80,0x38,0x02,0x40,0xc6,0x49,0xa6,0x19,
|
|
0xb6,0x19,0xe0,0x00,0x00,0x00,0x03,0xc6,0x3c,0x74,0x39,0xc3,
|
|
0x88,0x02,0x0c,0x00,0x04,0xf0,0x38,0x73,0x07,0xc4,0x8c,0xf8,
|
|
0x03,0x00,0x00,0x0c,0x00,0x0f,0x30,0xe7,0xf0,0xc0,0x18,0x00};
|