1
2
3
4
5
6
7
|
#define xtc16_width 14
#define xtc16_height 14
// static unsigned char xtc16_bits[] = {
static char xtc16_bits[] = {
0xfc, 0x0f, 0x02, 0x10, 0x01, 0x22, 0x01, 0x21, 0xb9, 0x20, 0x45, 0x20,
0xfd, 0x27, 0x45, 0x20, 0x79, 0x20, 0x81, 0x20, 0x02, 0x11, 0xfc, 0x0f,
0x00, 0x04, 0xff, 0x03};
|