10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define spin_7_width 24
|
|
#define spin_7_height 24
|
|
static char spin_7_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x7f,0x00,0xc0,0x80,0x01,0x70,0x80,0x06,
|
|
0x88,0x40,0x08,0x84,0x40,0x10,0x04,0x21,0x10,0x02,0x22,0x30,
|
|
0x06,0x22,0x2c,0x19,0x14,0x42,0xe1,0x98,0x41,0x01,0x5f,0x40,
|
|
0x01,0x36,0x40,0x01,0x7d,0x40,0xc1,0x8c,0x43,0x21,0x14,0x4c,
|
|
0x1a,0x22,0x30,0x06,0x22,0x20,0x04,0x42,0x10,0x04,0x81,0x10,
|
|
0x08,0x81,0x08,0xb0,0x00,0x07,0xc0,0x80,0x01,0x00,0x7f,0x00};
|