Calibration issue (and ghost rawZ numbers) - TFT touchscreen ST7789 #2958
Replies: 2 comments
-
The sketch you are running requires a memory partition to be setup for SPIFFS so I suspect that has not been done. The Test_Touch_Controller output looks good, you can expect some "noise" on the Z (pressure) reading. To avoid the need for a SPIFFS partition, it would be better to use this example sketch to calibrate the touch controller. |
Beta Was this translation helpful? Give feedback.
-
Hi @Bodmer , thank you for your reply. After few days of trying to partition 3MB of SPIFFS or event trying the Touch_calibrate.ino example sketch, it seems that either the screen is crashing when i touch it multiple times (white screen), or either it simply doesn't work (Can't calibrate nor use the touch screen for buttons/keypad/etc.). Even though I replace the touch initialization & calibration by : |
Beta Was this translation helpful? Give feedback.
-
Hello!
I got a 2.8' TFT touchscreen (driver : ST7789). The screen works perfectly with the library and I've got no issue displaying text and examples such as TFT_Starfield.
However, I'm facing some issues while trying to test the touchscreen.
In fact, I am unable to get through the calibration test to get to the Keypad_240_320 example.
Tough the touch is indeed taken into account, because when I run Test_Touch_Controller, coordinates are printed in the monitor when I'm touching the screen (see the video, the X number provides zero when i'm not touching the screen, Y gives numbers between 3380 and 3320, and Z gives numbers between 2 and 26 even though I'm not touching the screen, i'm not sure it's a normal behavior).
Please see the uploaded video (30 sec) that sums up my issue.
video_2023-11-05_20-50-18.mp4
I'm using :
What I've done & tried :
I've been through documentation & community issues for a while now and I think I'm missing something.
Does anyone have had the same issue?
Thanking you in advance for your response.
Regards
Beta Was this translation helpful? Give feedback.
All reactions