mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-04 20:09:35 +02:00
Fix formatting
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user