blob: f0b07ebb5c24e98d1752c3fd53f87324bbe70870 (
plain)
1
2
3
4
5
|
#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 };
|