Skip to content

Strange discovery with TOUCH_CS #1122

Answered by Bodmer
bobwolff68 asked this question in Q&A - Touch
Discussion options

You must be logged in to vote

This ESP32 pin reference is useful for the basic functions and I/O capability.

When pins are not driven as outputs they float. Due to uncontrolled parasitic leakage currents pins that do not have pull ups or pull downs will usually drift to either a logic 1 or a logic 0. In this case TOUCH_CS has drifted to logic 0 level so the touch controller will be listening to the bus and trying to execute any commands. Some commands will result in the touch controller replying but this reply data will get lost when sending data to the TFT as the library is not expecting reply data at this time. Calibration data does not get sent to the touch controller, it is handled within the library, so the touch…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bobwolff68
Comment options

Answer selected by Bodmer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants