fix: waveshare ESP32-S3-Touch-AMOLED-1.75 Touch bugs (#1784)

This commit is contained in:
Y1hsiaochunnn
2026-02-26 01:36:34 +08:00
committed by GitHub
parent 71c86ab62b
commit b778d2f0cd

View File

@@ -268,7 +268,7 @@ private:
.x_max = DISPLAY_WIDTH - 1,
.y_max = DISPLAY_HEIGHT - 1,
.rst_gpio_num = GPIO_NUM_40,
.int_gpio_num = GPIO_NUM_NC,
.int_gpio_num = GPIO_NUM_11,
.levels = {
.reset = 0,
.interrupt = 0,