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...
I think I found exactly what has been troubling me. In this old forum from long ago (link below). Curious has any update been done with this? Can I read and learn more about it/ where?
My project...
I think (don't hold me to that lol) I'm understanding better.
Been trying to write a reply since you posted. So I'm attaching the link to the github. This may make it easier. ...
Hello everyone, hope you're all doing well.
I'm trying to learn about using touch pins on a teensy 3.2. I'm looking everywhere and not finding what I'm looking for. I'm finding MIDI stuff, and...
// Copyright (c) 2018 Cirque Corp. Restrictions apply. See: www.cirque.com/sw-license
#include <SPI.h>
// ___ Using a Cirque TM0XX0XX w/ Curved Overlay and Arduino ___
// This demonstration...
Hello everyone. Hope you're all having a great day.
I'm wondering if anyone can point me into the right direction or prior forum for a project I'm working on. I remember seeing a circular...