PMW3360 icon indicating copy to clipboard operation
PMW3360 copied to clipboard

LSB MSB merging wrong

Open dblatt87 opened this issue 5 months ago • 1 comments

I'm using this with an PMW3366, it tells "initialization failed" due to signature check but still works after that, just didn't got negative values.

Had to change the LSB MSB merging @line 450 in PMW3360.cpp to "(int16_t)((xh << 8) | xl)" that it correctly deal with negative values.

dblatt87 avatar Sep 27 '24 07:09 dblatt87