Skip to content

Commit

Permalink
#31 powerOn data back to c0 (original GxEPD)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinberlin committed Feb 14, 2021
1 parent f47d267 commit 5ed8925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/CalEPD/models/gdeh0154d67.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ void Gdeh0154d67::_SetRamPointer(uint8_t addrX, uint8_t addrY, uint8_t addrY1)
void Gdeh0154d67::_PowerOn(void)
{
IO.cmd(0x22);
IO.data(0xf8);
IO.data(0xc0);
IO.cmd(0x20);
_waitBusy("_PowerOn", power_on_time);
}
Expand Down

0 comments on commit 5ed8925

Please sign in to comment.