9 lines
342 B
Plaintext
9 lines
342 B
Plaintext
#define noenter16_width 16
|
|
#define noenter16_height 16
|
|
#define noenter16_x_hot 7
|
|
#define noenter16_y_hot 7
|
|
static char noenter16_bits[] = {
|
|
0x00, 0x00, 0xc0, 0x03, 0xf0, 0x0f, 0xf8, 0x1f, 0xfc, 0x3f, 0xfc, 0x3f,
|
|
0xfe, 0x7f, 0x02, 0x40, 0x02, 0x40, 0xfe, 0x7f, 0xfc, 0x3f, 0xfc, 0x3f,
|
|
0xf8, 0x1f, 0xf0, 0x0f, 0xc0, 0x03, 0x00, 0x00};
|