9 lines
316 B
C
9 lines
316 B
C
|
#define ew_width 16
|
||
|
#define ew_height 16
|
||
|
#define ew_x_hot 8
|
||
|
#define ew_y_hot 8
|
||
|
static unsigned char ew_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x10,
|
||
|
0x0c, 0x30, 0xfe, 0x7f, 0xfe, 0x7f, 0x0c, 0x30, 0x08, 0x10, 0x00, 0x00,
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|