10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define spin_2_width 24
|
|
#define spin_2_height 24
|
|
static char spin_2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x7f,0x00,0xc0,0x84,0x01,0x30,0x04,0x06,
|
|
0x08,0x04,0x0c,0x0c,0x04,0x12,0x14,0x04,0x11,0x22,0x88,0x20,
|
|
0xc2,0x88,0x20,0x01,0x49,0x40,0x01,0x2a,0x40,0x01,0x1c,0x7e,
|
|
0xc1,0xf7,0x41,0x3f,0x1c,0x40,0x01,0x2a,0x40,0x01,0x49,0x40,
|
|
0x82,0x88,0x21,0x82,0x08,0x22,0x44,0x10,0x14,0x24,0x10,0x18,
|
|
0x18,0x10,0x08,0x30,0x10,0x06,0xc0,0x90,0x01,0x00,0x7f,0x00};
|