6 lines
177 B
C
Executable File
6 lines
177 B
C
Executable File
#define resize_width 9
|
|
#define resize_height 7
|
|
static unsigned char resize_bits[] = {
|
|
0xfe, 0x01, 0xfe, 0x01, 0x02, 0x01, 0x3f, 0x01, 0x21, 0x01, 0x21, 0x01,
|
|
0xff, 0x01, };
|