5 lines
202 B
C
5 lines
202 B
C
#define wrench_width 9
|
|
#define wrench_height 9
|
|
static unsigned char wrench_bits[] = {
|
|
0x60, 0x00, 0x20, 0x00, 0x20, 0x01, 0xf0, 0x01, 0x38, 0x00, 0x1e, 0x00,
|
|
0x09, 0x00, 0x09, 0x00, 0x06, 0x00 };
|