-
#include "CirquePinnacle.h" -
uint16_t AbsoluteReport::y = 0;
This will always be in range
0 <= y <= 1535The datasheet recommends this value should be clamped to range
64 <= y <= 1472for reliability.
#include "CirquePinnacle.h"This will always be in range 0 <= y <= 1535
The datasheet recommends this value should be
clamped to range 64 <= y <= 1472 for reliability.