ESPHome and Seeed XIAO Round Display - will these work with ESPHome?

PJ,

Thank for - I thought I was following the ESP332-C3 - this is from the Round Display:

This is what I am mapping:

dcpin: GPIO3
cspin: GPIO1
sckpin: GPIO8
mosipin: GPIO10

#TouchPanel
tp_int: GPIO7
tp_rsp: GPIO9
sdapin: GPIO4
sclpin: GPIO5

spi:
clk_pin: $sckpin
mosi_pin: $mosipin

i2c:
sda: $sdapin
scl: $sclpin

display:

  • platform: ili9xxx
    model: GC9A01A
    auto_clear_enabled: false
    id: gca901_display
    cs_pin: $cspin
    dc_pin: $dcpin
    update_interval: 1s

So can you please double check these with your understanding of the pins for the Round display and XIAO ESP32-C3?

Kind regards

Tim