10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define spin_10_width 24
|
|
#define spin_10_height 24
|
|
static char spin_10_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x7f,0x00,0xc0,0xa0,0x01,0x30,0x20,0x06,
|
|
0x28,0x20,0x08,0x44,0x10,0x10,0x84,0x10,0x18,0x82,0x10,0x24,
|
|
0x02,0x09,0x23,0x01,0x8a,0x40,0x0f,0x4c,0x40,0x71,0x3c,0x40,
|
|
0x81,0xf7,0x40,0x01,0x1e,0x47,0x01,0x19,0x78,0x81,0x28,0x40,
|
|
0x62,0x48,0x20,0x12,0x84,0x20,0x0c,0x84,0x10,0x04,0x04,0x11,
|
|
0x08,0x02,0x0a,0x30,0x02,0x06,0xc0,0x82,0x01,0x00,0x7f,0x00};
|