I'm looking at using this lib for may motorized table saw fence. I'm able to get working where I can get the position during a move for feedback to the user.
I did have an audible beep upon pressing keys on the TFT...
Odd, I use these things all the time, never an issue. I do use pin 8 for the display RST.
Just for fun try putting touch_cs on a different pin and use the irq.
#define TS_CS 0
#define TS_IRQ ...
All,
I had a Teensy 4.0 up and running just fine. I reprogrammed it using Arduino 2.0, had Teensy 3.2 set as the board by accident. The IDE did not report the usual "wrong board" warning, but I got this scary...
All,
On occasion I see the usage of the adc library in some sample code. Code such as:
#include <ADC.h>
#include <ADC_util.h>
const int readPin = A9; // ADC0
const int readPin2 = A2; // ADC1
ADC *adc = new...