I will do a thank you to the community here. And I will give that a shot. Thank you for your time and help.
Type: Posts; User: KPollock
I will do a thank you to the community here. And I will give that a shot. Thank you for your time and help.
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 part that is getting to me is at the very bottom of the code. Where it sets the coordinates back to 0,0.
// 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...
My apologies but I don't know how to attach the code here. I can copy and paste the full thing if that's easier.
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...