mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 09:18:00 +01:00
Who puts tabs in COMMENTS?
This commit is contained in:
parent
304b40f46f
commit
e99588f508
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue