8 lines
305 B
C
8 lines
305 B
C
#define resize1_width 13
|
|
#define resize1_height 13
|
|
#define resize1_x_hot 6
|
|
#define resize1_y_hot 6
|
|
static unsigned char resize1_bits[] = {
|
|
0x7f, 0x00, 0x21, 0x00, 0x11, 0x00, 0x31, 0x00, 0x6d, 0x00, 0xdb, 0x00,
|
|
0xb1, 0x11, 0x60, 0x1b, 0xc0, 0x16, 0x80, 0x11, 0x00, 0x11, 0x80, 0x10,
|
|
0xc0, 0x1f};
|