This commit is contained in:
Felix Lapalme 2023-07-05 13:38:51 -04:00 committed by GitHub
commit 4f88c94149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,11 +92,6 @@ void setup() {
delay(2000);
if (epd.Init() != 0) {
Serial.print("e-Paper init failed ");
return;
}
/**
* there are 2 memory areas embedded in the e-paper display
* and once the display is refreshed, the memory area will be auto-toggled,