1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-22 11:43:51 +01:00

Add support for Waveshare 7.3" ACeP 7-Color display (#6380)

This commit is contained in:
Neil Ségard
2025-02-12 00:31:56 +01:00
committed by GitHub
parent 88cfdc33d4
commit 7bb2c3c496
4 changed files with 369 additions and 9 deletions

View File

@@ -87,7 +87,11 @@ void WaveshareEPaper2P13InV3::send_reset_() {
}
void WaveshareEPaper2P13InV3::setup() {
setup_pins_();
this->init_internal_(this->get_buffer_length_());
this->setup_pins_();
this->spi_setup();
this->reset_();
delay(20);
this->send_reset_();
// as a one-off delay this is not worth working around.