From e99588f50803834b27fdf68310ca00b6c6002639 Mon Sep 17 00:00:00 2001 From: DJGummikuh Date: Tue, 13 Aug 2024 17:16:41 +0000 Subject: [PATCH] Who puts tabs in COMMENTS? --- esphome/components/waveshare_epaper/waveshare_epaper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/waveshare_epaper/waveshare_epaper.cpp b/esphome/components/waveshare_epaper/waveshare_epaper.cpp index 11d70d6f8e..5f49435e8c 100644 --- a/esphome/components/waveshare_epaper/waveshare_epaper.cpp +++ b/esphome/components/waveshare_epaper/waveshare_epaper.cpp @@ -1656,7 +1656,7 @@ void GDEY075Z08::initialize() { wait_until_idle_(); // waiting for the electronic paper IC to release the idle signal this->command(0X00); // PANNEL SETTING - this->data(0x0F); // KW-3f KWR-2F BWROTP 0f BWOTP 1f + this->data(0x0F); // KW-3f KWR-2F BWROTP 0f BWOTP 1f this->command(0x61); // resolution setting this->data(this->get_width_internal() / 256);