5 lines
128 B
C
5 lines
128 B
C
|
#define usb_width 8
|
||
|
#define usb_height 8
|
||
|
static unsigned char usb_bits[] = {
|
||
|
0x70, 0x88, 0xC4, 0xE2, 0x7E, 0x32, 0x09, 0x07 };
|