7 lines
278 B
Plaintext
7 lines
278 B
Plaintext
#define rew_width 24
|
|
#define rew_height 11
|
|
static char rew_bits[] = {
|
|
0x00, 0x0c, 0xc0, 0x00, 0x0f, 0xf0, 0xc0, 0x0f, 0xfc, 0xf0, 0x0f, 0xff,
|
|
0xfc, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xcf, 0xff, 0xf0, 0x0f, 0xff,
|
|
0xc0, 0x0f, 0xfc, 0x00, 0x0f, 0xf0, 0x00, 0x0c, 0xc0};
|