arch/system/wizardmask.151

10 lines
536 B
Plaintext

#define wizmaskf_width 24
#define wizmaskf_height 24
static char wizmaskf_bits[] = {
0x00, 0x7e, 0x00, 0x00, 0xff, 0x00, 0x00, 0xff, 0x00, 0x00, 0xff, 0x00,
0x00, 0xff, 0x00, 0x80, 0xff, 0x03, 0xe0, 0xff, 0x1f, 0xf8, 0xff, 0x3f,
0xfc, 0xff, 0x3f, 0xfc, 0xff, 0x3f, 0xfc, 0xff, 0x3f, 0xfc, 0xff, 0x3f,
0xfc, 0xff, 0x3f, 0xfc, 0xff, 0x1f, 0x38, 0xff, 0x03, 0x80, 0xff, 0x03,
0x80, 0xff, 0x03, 0x80, 0xff, 0x07, 0x80, 0xff, 0x07, 0xc0, 0xff, 0x07,
0xc0, 0xff, 0x0f, 0xc0, 0xff, 0x0f, 0xc0, 0xff, 0x0f, 0xc0, 0xff, 0x0f};