From ed8a5f54e58b84738a83f8728ba6936792eb18a6 Mon Sep 17 00:00:00 2001 From: Thomas Ballmann Date: Sat, 5 Dec 2020 15:40:39 +0100 Subject: [PATCH] docs info update --- lib/display/display.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/display/display.cpp b/lib/display/display.cpp index f656fdb..3d6e383 100644 --- a/lib/display/display.cpp +++ b/lib/display/display.cpp @@ -5,6 +5,7 @@ #include "esp_task_wdt.h" // mapping suggestion for ESP32, e.g. LOLIN32, see .../variants/.../pins_arduino.h for your board +// EPD -> ESP // BUSY -> 4, RST -> 16, DC -> 17, CS -> SS(5), CLK -> (18), DIN -> MOSI(23), GND -> GND, 3.3V -> 3.3V GxEPD2_BW display(GxEPD2_750(/*CS=*/5, /*DC=*/17, /*RST=*/16, /*BUSY=*/4));