10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define spin_5_width 24
|
|
#define spin_5_height 24
|
|
static char spin_5_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x7f,0x00,0xc0,0x80,0x01,0xb0,0x00,0x07,
|
|
0x08,0x81,0x08,0x04,0x81,0x10,0x04,0x42,0x10,0x06,0x42,0x20,
|
|
0x1a,0x24,0x30,0x61,0x24,0x4c,0x81,0x19,0x43,0x01,0xde,0x40,
|
|
0x01,0x36,0x40,0x81,0x3d,0x40,0x61,0xcc,0x40,0x19,0x12,0x43,
|
|
0x06,0x12,0x2c,0x02,0x21,0x30,0x04,0x21,0x10,0x84,0x40,0x10,
|
|
0x88,0x40,0x08,0x70,0x80,0x06,0xc0,0x80,0x01,0x00,0x7f,0x00};
|