From fca3673ab4bc0f05ebe4d417b47c58d0ad591b70 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 8 Oct 2025 12:29:07 -1000 Subject: [PATCH] tweak --- tests/components/cst816/test.esp32-ard.yaml | 1 + tests/components/cst816/test.esp32-c3-ard.yaml | 1 + tests/components/cst816/test.esp32-c3-idf.yaml | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/components/cst816/test.esp32-ard.yaml b/tests/components/cst816/test.esp32-ard.yaml index b11a81db88..d3d4e09e5b 100644 --- a/tests/components/cst816/test.esp32-ard.yaml +++ b/tests/components/cst816/test.esp32-ard.yaml @@ -10,6 +10,7 @@ substitutions: reset_pin: GPIO16 packages: + i2c: !include ../../test_build_components/common/i2c/esp32-ard.yaml spi: !include ../../test_build_components/common/spi/esp32-ard.yaml <<: !include common.yaml diff --git a/tests/components/cst816/test.esp32-c3-ard.yaml b/tests/components/cst816/test.esp32-c3-ard.yaml index dc29088683..3ce5d56239 100644 --- a/tests/components/cst816/test.esp32-c3-ard.yaml +++ b/tests/components/cst816/test.esp32-c3-ard.yaml @@ -10,6 +10,7 @@ substitutions: reset_pin: GPIO3 packages: + i2c: !include ../../test_build_components/common/i2c/esp32-c3-ard.yaml spi: !include ../../test_build_components/common/spi/esp32-c3-ard.yaml <<: !include common.yaml diff --git a/tests/components/cst816/test.esp32-c3-idf.yaml b/tests/components/cst816/test.esp32-c3-idf.yaml index 102a77cd1e..ffc12867d0 100644 --- a/tests/components/cst816/test.esp32-c3-idf.yaml +++ b/tests/components/cst816/test.esp32-c3-idf.yaml @@ -1,7 +1,7 @@ substitutions: - cs_pin: GPIO8 + cs_pin: GPIO7 dc_pin: GPIO9 - disp_reset_pin: GPIO10 + disp_reset_pin: GPIO18 interrupt_pin: GPIO2 reset_pin: GPIO3 packages: