nand2mario / usb_hid_host

A compact USB HID host FPGA core supporting keyboards, mice and gamepads.
Apache License 2.0
98 stars 16 forks source link

hid_printer.v bug: incorrect blocking assignment #4

Closed mbalestrini closed 10 months ago

mbalestrini commented 10 months ago

I just realized I was always getting "0000" on the "x0dMouse y" coordinate and I found this:

https://github.com/nand2mario/usb_hid_host/blob/9697007fc60994e6a73b8a7834154b0dd851b814/boards/common/hid_printer.v#L76

I thought it would be easier for you to correct it, but I can create a PR if you prefer

nand2mario commented 10 months ago

Thanks for catching this!