mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +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() {
|
void WaveshareEPaper7In5BV2::configure() {
|
||||||
// COMMAND PANEL SETTING
|
// COMMAND PANEL SETTING
|
||||||
this->command(0x00);
|
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
|
// COMMAND RESOLUTION SETTING
|
||||||
this->command(0x61);
|
this->command(0x61);
|
||||||
this->data(0x03);
|
this->data(0x03);
|
||||||
|
|
|
@ -801,7 +801,6 @@ class WaveshareEPaperPolled : public WaveshareEPaper {
|
||||||
void initialize() override {}
|
void initialize() override {}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Below are display steps, called one after the other by loop()
|
// Below are display steps, called one after the other by loop()
|
||||||
// Just implement these to support a new device.
|
// Just implement these to support a new device.
|
||||||
// Never sleep or wait in a step, the state machine will
|
// Never sleep or wait in a step, the state machine will
|
||||||
|
|
Loading…
Reference in a new issue