1 2 3 4 5 6 7 8 9 10 11 12
|
#define start_width 32
#define start_height 32
static unsigned char start_bits[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xf8,
0x07,0x00,0x00,0x04,0x04,0x00,0x00,0x04,0x04,0xe0,0xff,0xff,0x0f,0x10,0x00,
0x00,0x18,0x08,0x00,0x00,0x18,0x08,0x80,0x00,0x18,0x08,0x90,0x04,0x18,0x08,
0xa0,0x02,0x18,0x08,0x00,0x00,0x18,0x08,0x38,0x0e,0x18,0x08,0x00,0x00,0x18,
0x08,0xa0,0x02,0x18,0x08,0x90,0x04,0x18,0x08,0x80,0x00,0x18,0x08,0x00,0x00,
0x18,0x08,0x00,0x00,0x18,0xf8,0xff,0xff,0x1f,0xf0,0xff,0xff,0x1f,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 };
|