3.3.6.10 WHEEL_START_QUADRANT_COUNT
The wheel gesture movement can be broken down into 90 degree arcs. The firmware watches for a certain number of arcs to occur in a circular pattern before starting to report wheel gesture information. The number of arcs that must be first detected is determined by the WHEEL_START_QUADRANT_COUNT parameter. Lower values for this parameter make it faster to start a wheel gesture, but it also makes the firmware prone to prematurely reporting wheel gesture information.
Example: If WHEEL_START_QUADRANT_COUNT is configured as 2, then after 180 degree, the gesture is updated as Wheel.
Parameter | Range |
WHEEL_START_QUADRANT_COUNT | 2 to 255 |