7 lines
281 B
C
7 lines
281 B
C
|
#define new_width 16
|
||
|
#define new_height 16
|
||
|
static unsigned char new_bits[] = {
|
||
|
0x00, 0x00, 0x78, 0x00, 0x84, 0x00, 0x02, 0x01, 0x01, 0xfe, 0x01, 0x80,
|
||
|
0x31, 0x80, 0x31, 0x80, 0xfd, 0x80, 0xfd, 0x80, 0x31, 0x80, 0x31, 0x80,
|
||
|
0x01, 0x80, 0x01, 0x80, 0xff, 0xff, 0x00, 0x00};
|