Hi! I just tried ESPHome Designer, but can’t even get a working YAML out of it for my setup.
i use a ESP32 Dev board and a react 2.13 e-ink spi display.
When I setup the display in ESPHome designer and copy the yaml afterwards, ESPHome complains about missing SPI, missing CS and DC Pins (they are set in the Designer) and an unknown last_page_switch_time variable. I tried to add those parts manually, the yaml will compile, but nothing happens on my display. I had a vey basic config runnning on it, buid ‘by hand’, showing some text, so i know that the display is actually working. Can anyone tell me what I am doing wrong?