1
2
3
4
5
6
|
#define epp_width 16
#define epp_height 16
static char epp_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x0c, 0x00,
0x0c, 0x36, 0x3e, 0x6e, 0x06, 0x45, 0x06, 0x44, 0x06, 0x66, 0x06, 0x26,
0x7c, 0x1e, 0x00, 0x02, 0x00, 0x03, 0x80, 0x07};
|