From 2ccca21326b811c88a97f30919f1a06622fef28c Mon Sep 17 00:00:00 2001 From: Felix Lapalme Date: Sun, 28 Aug 2022 18:14:32 -0400 Subject: [PATCH] Remove second display initialization Calling the init method a second time hangs forever, so the loop is never executed otherwise. Removing the second call fixes it. --- Arduino/epd2in9_V2/epd2in9_V2.ino | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Arduino/epd2in9_V2/epd2in9_V2.ino b/Arduino/epd2in9_V2/epd2in9_V2.ino index 12e2afae5..95d50c170 100644 --- a/Arduino/epd2in9_V2/epd2in9_V2.ino +++ b/Arduino/epd2in9_V2/epd2in9_V2.ino @@ -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,