1
2
3
4
5
6
|
#define bits_width 16
#define bits_height 16
static char bits_bits[] = {
0x00, 0xc0, 0xb2, 0xc0, 0xe6, 0x72, 0x60, 0x38, 0x16, 0x00, 0x10, 0x00,
0xe4, 0x44, 0x28, 0x02, 0x12, 0x44, 0x12, 0x80, 0x22, 0x02, 0x22, 0x40,
0x12, 0xc8, 0x0e, 0x82, 0x00, 0x12, 0xc0, 0x01};
|