5 lines
128 B
C
5 lines
128 B
C
|
#define fwd_width 8
|
||
|
#define fwd_height 8
|
||
|
static unsigned char fwd_bits[] = {
|
||
|
0x00, 0x12, 0x36, 0x7E, 0x7E, 0x36, 0x12, 0x00 };
|