]> www.infradead.org Git - users/dwmw2/esp32-pool.git/commitdiff
BUSY pin is inverted, not RESET
authorDavid Woodhouse <dwmw@amazon.co.uk>
Fri, 26 Jan 2024 10:24:27 +0000 (10:24 +0000)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Fri, 26 Jan 2024 10:24:27 +0000 (10:24 +0000)
paper.yaml

index cbed4cd658b89b605c9ab2f37d909cec55ec185b..e1cc1fdaa1f0a8d16753e70bab484de1999381b5 100644 (file)
@@ -145,10 +145,10 @@ display:
   - platform: waveshare_epaper
     cs_pin: GPIO38
     dc_pin: GPIO37
-    busy_pin: GPIO35
-    reset_pin:
-      number: GPIO36
+    busy_pin:
+      number: GPIO35
       inverted: true
+    reset_pin: GPIO36
     model: 7.50inV2
 #    full_update_every: 30
     lambda: |-