mirror of
https://github.com/78/xiaozhi-esp32.git
synced 2026-02-27 06:16:43 +00:00
fix: waveshare ESP32-S3-Touch-AMOLED-1.75 Touch bugs (#1784)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user