Nayel
Nayel
DIIDevHeads IoT Integration Server
Created by melta101 on 7/31/2024 in #middleware-and-os
How to convert relative cursor movement to absolute position for BLE HID using Zephyr?
To convert relative movement to absolute positioning for your BLE HID device, you'll need to make a few changes to both your HID report descriptor and your firmware implementation. Here's how you can approach this: Modify the HID report descriptor: Change the X and Y input fields to absolute positioning by modifying these lines:
15 replies