10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define spin_12_width 24
|
|
#define spin_12_height 24
|
|
static char spin_12_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x7f,0x00,0xc0,0x90,0x01,0x30,0x10,0x06,
|
|
0x18,0x10,0x08,0x24,0x08,0x18,0x44,0x08,0x14,0x42,0x08,0x23,
|
|
0x82,0x88,0x20,0x01,0x49,0x40,0x01,0x2a,0x40,0x0f,0x1c,0x40,
|
|
0xf1,0xf7,0x47,0x01,0x1c,0x78,0x01,0x2a,0x40,0x01,0x49,0x40,
|
|
0x82,0x88,0x20,0x62,0x08,0x21,0x14,0x08,0x11,0x0c,0x08,0x12,
|
|
0x08,0x04,0x0c,0x30,0x04,0x06,0xc0,0x84,0x01,0x00,0x7f,0x00};
|