Hi,
Could someone please help me? I can't get the display to work. How do I control the display for ESPHOME and Home Assistant using a YAML file? What are the pin assignments, and which platform and model are used? Is there a sample YAML file for ESPHOME to display "Hello World"?
I woukd Like to know the Code for the 3.7 Display:
spi:
clk_pin: GPIO18 # Connects to SCL / CLK
mosi_pin: GPIO23 # Connects to SDA / MOSI
display:
- platform: epaper_spi
model: Waveshare-2.13in-v3 # Or match specific driver model/WeAct variant
cs_pin: GPIO21
dc_pin: GPIO5
busy_pin: GPIO15
reset_pin: GPIO4
update_interval: 60s
lambda: |-
it.fill(Color::WHITE);
it.print(0, 0, id(my_font), Color::BLACK, "Hello WeAct!");
Thank you very much and best regards
Tak
Hi,
Could someone please help me? I can't get the display to work. How do I control the display for ESPHOME and Home Assistant using a YAML file? What are the pin assignments, and which platform and model are used? Is there a sample YAML file for ESPHOME to display "Hello World"?
I woukd Like to know the Code for the 3.7 Display:
spi:
clk_pin: GPIO18 # Connects to SCL / CLK
mosi_pin: GPIO23 # Connects to SDA / MOSI
display:
model: Waveshare-2.13in-v3 # Or match specific driver model/WeAct variant
cs_pin: GPIO21
dc_pin: GPIO5
busy_pin: GPIO15
reset_pin: GPIO4
update_interval: 60s
lambda: |-
it.fill(Color::WHITE);
it.print(0, 0, id(my_font), Color::BLACK, "Hello WeAct!");
Thank you very much and best regards
Tak