1
2
3
4
5
6
|
#define temp_width 16
#define temp_height 16
static unsigned char temp_bits[] = {
0x00, 0x00, 0x80, 0x01, 0xc0, 0x0b, 0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x0b,
0x40, 0x02, 0x40, 0x02, 0x40, 0x0a, 0x40, 0x02, 0x40, 0x02, 0x60, 0x06,
0x20, 0x04, 0x60, 0x06, 0xc0, 0x03, 0x00, 0x00 };
|