From 3f47cb300ba1d30a544e13458a67bd8e74d991f2 Mon Sep 17 00:00:00 2001 From: Harald Pichler Date: Thu, 8 Mar 2018 11:48:17 +0100 Subject: [PATCH] change BUSY to PIN D14 --- examples/osd/arduino-epaper15/epdif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osd/arduino-epaper15/epdif.h b/examples/osd/arduino-epaper15/epdif.h index 67765ad62..49da3ef80 100644 --- a/examples/osd/arduino-epaper15/epdif.h +++ b/examples/osd/arduino-epaper15/epdif.h @@ -34,7 +34,7 @@ #define RST_PIN 19 #define DC_PIN 20 #define CS_PIN 10 -#define BUSY_PIN 13 +#define BUSY_PIN 14 class EpdIf { public: