Skip to navigation Skip to navigation Skip to search form Skip to login form Skip to footer Skip to main content

GT911 touch = GT911(); void setup() Wire.begin(21, 22); // SDA, SCL for ESP32 touch.begin(0x5D); touch.setResolution(1024, 600);

The "GT9xx" designation encompasses a family of high-performance capacitive touch controllers from Goodix, including the , GT9271 , and GT928 .

Scroll to top