T-vK / ESP32-BLE-Mouse

Bluetooth LE Mouse library for the ESP32 (Arduino IDE compatible)
757 stars 146 forks source link

How to modify the right move greater than 127 #17

Closed zuozhehao closed 4 years ago

zuozhehao commented 4 years ago

How to modify the right move greater than 127. I tried to modify LOGICAL_MINIMUM(1), 0x81, but it didn't work.

T-vK commented 4 years ago

I don't think this is possible or would do what you think it does. This library is a drop-in replacement for the official USB Keyboard library btw. Since the problem you are having doesn't appear to be specific the Bluetooth functionality, I encourage you to look for existing answers on the Arduino forum.