Touch suddenly became unavailable #1453
Replies: 5 comments 5 replies
-
Typically this error means that the touch chip select pin is not defined. Run Read_User_Setup and check the compiler is picking up your setup. If you load a new version of the TFT_eSPI library, then your setup may have been over-written. |
Beta Was this translation helpful? Give feedback.
-
Hi MikeyMoMo / Bodmer, My code has been working OK previously, now when I try to compile I get these same errors. (changed nothing otherwise) Stumped! |
Beta Was this translation helpful? Give feedback.
-
I will look at the example.
My S3 dosplay has been destroyed by the latest update.
…On Sat, Mar 30, 2024, 10:40 PM Bodmer ***@***.***> wrote:
See previous answer.
#1453 (comment)
<#1453 (comment)>
—
Reply to this email directly, view it on GitHub
<#1453 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADYPSIKF37GOIS6GKWBBJODY23FE3AVCNFSM5I4KPZT2U5DIOJSWCZC7NNSXTOKENFZWG5LTONUW63SDN5WW2ZLOOQ5TQOJVHE3TMNQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi Phil, In file included from /Users/brianbrks/Documents/Arduino/libraries/TFT_eSPI/TFT_eSPI.cpp:31: exit status 1 Compilation error: exit status 1 |
Beta Was this translation helpful? Give feedback.
-
Hi Phil, |
Beta Was this translation helpful? Give feedback.
-
I have been working on a touch application for 2 or 3 weeks. My first, so I was learning and developing at the same time and had other duties, too. A few days ago, after several weeks of playing with this code, I turned on the computer and, suddenly, it it telling me that touch is not available. I have played all around with the libraries and even uninstalled and reinstalled Arduino IDE, current version. I cleaned out the Documents\Arduino folder. It cleaned out the Program Files\Arduino folder. It is as if I have a totally fresh install of the environment. It is for an ESP32 and always has been. No change, there.
No change from one night shutting down to the next day starting up. What happened? Here are the error lines. These come from from sample code: "...Documents\Arduino\libraries\TFT_eSPI\examples\480 x 320\Touch_Controller_Demo:
Beta Was this translation helpful? Give feedback.
All reactions