Skip to content

Commit

Permalink
Update waveshare_epaper.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixswiss committed Nov 26, 2023
1 parent 00393c6 commit ce756cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esphome/components/waveshare_epaper/waveshare_epaper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1435,12 +1435,12 @@ void WaveshareEPaper7P5InBV3::initialize() {

this->command(0x10);
for (uint32_t i = 0; i < 800 * 480 / 8; i++) {
this->data(0x00);
this->data(0xFF);
}
delay(2);
this->command(0x13);
for (uint32_t i = 0; i < 800 * 480 / 8; i++) {
this->data(0xFF);
this->data(0x00);
}

Check failure on line 1445 in esphome/components/waveshare_epaper/waveshare_epaper.cpp

View workflow job for this annotation

GitHub Actions / Run script/ci-custom

Trailing whitespace detected
// COMMAND POWER DRIVER HAT DOWN
Expand Down

0 comments on commit ce756cb

Please sign in to comment.