You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I understand, it is not enough just to use other SDA and SCL pins.
To use the two I2C bus interfaces of the ESP32, you need to create two TwoWire instances.
There are CYD display boards with GT911 that need to declare 2 i2c busses to use.
So it would be good like ADAFRUIT does it in many libs, to offer a way to hand a dedicated i2c instance to the GT911 library.
Need a modification where a 2nd I2C bus can be used and not just the default Wire.
The text was updated successfully, but these errors were encountered: