mirror of
https://github.com/esphome/esphome.git
synced 2025-03-18 22:45:17 +01:00
Fix formatting
This commit is contained in:
parent
481e7ee74b
commit
232e36300a
2 changed files with 15 additions and 16 deletions
|
@ -3138,7 +3138,7 @@ void WaveshareEPaper7In5BV2::power_on() {
|
|||
void WaveshareEPaper7In5BV2::configure() {
|
||||
// COMMAND PANEL SETTING
|
||||
this->command(0x00);
|
||||
this->data(0x0F); // //KW-3f KWR-2F BWROTP 0f BWOTP 1f
|
||||
this->data(0x0F); // KW-3f KWR-2F BWROTP 0f BWOTP 1f
|
||||
// COMMAND RESOLUTION SETTING
|
||||
this->command(0x61);
|
||||
this->data(0x03);
|
||||
|
|
|
@ -801,7 +801,6 @@ class WaveshareEPaperPolled : public WaveshareEPaper {
|
|||
void initialize() override {}
|
||||
|
||||
protected:
|
||||
|
||||
// Below are display steps, called one after the other by loop()
|
||||
// Just implement these to support a new device.
|
||||
// Never sleep or wait in a step, the state machine will
|
||||
|
|
Loading…
Add table
Reference in a new issue