mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-25 04:12:32 +00:00
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 };
|