Avoid call to delay on deep_sleep

This commit is contained in:
Nisarg Jhaveri 2024-06-20 01:29:49 +05:30
parent 56044ed0a5
commit 391f68f51c

View file

@ -152,8 +152,6 @@ void WaveshareEPaper4P26In::deep_sleep() {
// Set deep sleep mode
this->command(0x10);
this->data(0x01);
delay(50);
}
int WaveshareEPaper4P26In::get_width_internal() { return 800; }