10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define spin_0_width 24
|
|
#define spin_0_height 24
|
|
static char spin_0_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x7f,0x00,0xc0,0x88,0x01,0x30,0x08,0x06,
|
|
0x08,0x08,0x08,0x14,0x08,0x14,0x24,0x08,0x12,0x42,0x08,0x21,
|
|
0x82,0x88,0x20,0x01,0x49,0x40,0x01,0x2a,0x40,0x01,0x1c,0x40,
|
|
0xff,0xf7,0x7f,0x01,0x1c,0x40,0x01,0x2a,0x40,0x01,0x49,0x40,
|
|
0x82,0x88,0x20,0x42,0x08,0x21,0x24,0x08,0x12,0x14,0x08,0x14,
|
|
0x08,0x08,0x08,0x30,0x08,0x06,0xc0,0x88,0x01,0x00,0x7f,0x00};
|