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 25, 2023
1 parent 0882de7 commit 9745b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esphome/components/waveshare_epaper/waveshare_epaper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ void WaveshareEPaper7P5InBV3::initialize() {

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

View workflow job for this annotation

GitHub Actions / Run script/ci-custom

Trailing whitespace detected
// COMMAND PANEL SETTING
this->command(0x00);
this->data(0x0F); // KW-3f KWR-2F BWROTP 0f BWOTP 1f
this->data(0x3F); // KW-3f KWR-2F BWROTP 0f BWOTP 1f

// COMMAND RESOLUTION SETTING
this->command(0x61);
Expand Down

0 comments on commit 9745b91

Please sign in to comment.