-
#include "CirquePinnacle.h" -
uint16_t AbsoluteReport::x = 0;
This will always be in range
0 <= x <= 2047The datasheet recommends this value should be clamped to range
128 <= x <= 1920for reliability.
#include "CirquePinnacle.h"This will always be in range 0 <= x <= 2047
The datasheet recommends this value should be
clamped to range 128 <= x <= 1920 for reliability.