mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-23 11:32:32 +00:00
5 lines
146 B
C
5 lines
146 B
C
|
#define net_wired_width 8
|
||
|
#define net_wired_height 8
|
||
|
static unsigned char net_wired_bits[] = {
|
||
|
0x00, 0x1C, 0x1C, 0x7F, 0x7F, 0x7F, 0x55, 0x7F };
|