I'm planning on making a YouTube video on this so people can make their own touchpad joystick. AndyA can I have permission to give you a shoutout and thank you there too.
That was able to get it to work. I very much appreciate your help.
Though I needed to change PINNACLE_X_RANGE/2 & PINNACLE_Y_RANGE/2 to 512 for both.
The coordinates in the end were pulling to the bottom right....
// Current Prototype - March 2023
// Copyright (c) 2018 Cirque Corp. Restrictions apply. See: www.cirque.com/sw-license
#include <SPI.h>
// This device is currently built to operate with a Teensy 3.2.
// It can...
Seeking a bit of project help.
I'm using a circular touchpad in absolute mode (DIY touchpad joystick).
When I operate the touchpad it reports the x/y coordinates properly for me and I love it (even checked in...