10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define icecube_width 24
|
|
#define icecube_height 24
|
|
static char icecube_bits[] = {
|
|
0x00,0x00,0x00,0xf0,0xf7,0x1f,0xd8,0xfb,0x3f,0xe8,0xff,0x3f,
|
|
0xec,0xfd,0x7f,0xfc,0xff,0x7f,0xee,0xdf,0x6f,0xf6,0xef,0x5f,
|
|
0xef,0xf7,0x3f,0x6b,0xff,0x7f,0xdf,0xff,0x7f,0xef,0xff,0x7f,
|
|
0xef,0xff,0x7b,0xfb,0xf7,0x7b,0xef,0xfb,0x3d,0xcd,0xff,0x5d,
|
|
0x1f,0x51,0x22,0xf7,0xef,0x1f,0xf7,0xef,0x1f,0xfb,0xf7,0x0f,
|
|
0x7b,0xff,0x0f,0xfe,0x7b,0x07,0xbe,0xff,0x07,0xd8,0xbf,0x03};
|