Fix formatting

This commit is contained in:
Tristan Groléat 2023-12-03 23:11:43 +01:00
parent 481e7ee74b
commit 232e36300a
2 changed files with 15 additions and 16 deletions

View file

@ -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);

View file

@ -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