EmbeddedNim / picostdlib

Nim wrapper for the raspberry pi stdlib
MIT License
70 stars 11 forks source link

Fix: change uint8 for int8 in HID mouse reports #42

Closed auxym closed 2 years ago

auxym commented 2 years ago

TinyUSB uses signed integers for x,y and scroll wheel report values, this allows sending positive or negative displacements.