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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user