Arduino-FT6336U
Arduino-FT6336U copied to clipboard
FocalTech FT6336U (Self-Capacitive Touch Panel Controller) library for Arduino.
Resistive touch screen XPT2026 has a function touch.setRotation(1); How can we do the same with capacitive FT6336U ?
I use ESP32S3 and the code configuration is as follows. #define I2C_SDA 2 #define I2C_SCL 1 #define RST_N_PIN -1 #define INT_N_PIN -1 FT6336U ft6336u(I2C_SDA, I2C_SCL, RST_N_PIN, INT_N_PIN); When I looked...
This is equivalent to calling the `clear` shell command See also: https://stackoverflow.com/a/37778152 [Screencast from 2022-08-24 10:27:47 PM.webm](https://user-images.githubusercontent.com/1209861/186575351-0ef7064c-c450-409c-a0aa-5b52da64da12.webm)