FT6X36-IDF
FT6X36-IDF copied to clipboard
FT6X36-IDF is a library for self-capacitive touch panel controllers produced by FocalTech Systems (FT6236/FT6336) and the L58 touch. This fork goal is to work as a C++ component for ESP-IDF framework
Try to implement this new events: * SWING_LEFT (when press X > release X) * SWING_RIGHT (when press X < release X) * SWING_UP (when press Y < release Y)...
Is there a plan to transition from Espressif's old i2c driver (using driver/i2c.h) to the new one (using driver/i2c_master.h)? I understand the old driver will be deprecated soon and the...