5 lines
193 B
C
5 lines
193 B
C
#define usb_width 9
|
|
#define usb_height 9
|
|
static unsigned char usb_bits[] = {
|
|
0x10, 0x00, 0x50, 0x00, 0x54, 0x00, 0x54, 0x00, 0x54, 0x00, 0x34, 0x00,
|
|
0x18, 0x00, 0x10, 0x00, 0x10, 0x00 };
|