Compare commits

..

No commits in common. "deep_sleep_partial_refresh" and "master" have entirely different histories.

2 changed files with 0 additions and 7 deletions

View File

@ -365,12 +365,6 @@ void Inkplate::display3b()
einkOff();
}
//Load old bitmap to RAM (after deep sleep)
void Inkplate::load1b() {
memcpy(DMemoryNew, _partial, 60000);
_blockPartial = 0;
}
void Inkplate::partialUpdate()
{
if (getDisplayMode() == 1)

View File

@ -41,7 +41,6 @@ class Inkplate : public System, public Graphics
void clearDisplay();
void display();
void load1b();
void partialUpdate();
void clean();