From 60fd310ae5595a7ca2cae67a7bb65392616d2c11 Mon Sep 17 00:00:00 2001 From: gamerdonkey Date: Sun, 6 Oct 2024 23:55:20 -0500 Subject: Moving address pins because I think I'm interfering with some built-in function. --- main/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/main.cpp b/main/main.cpp index 8e27c1f..0c57710 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -25,9 +25,9 @@ #define PIN_NUM_CLK 12 #define PIN_NUM_R_LATCH 16 #define PIN_NUM_R_CLK 17 -#define PIN_NUM_R_ADDR_0 5 -#define PIN_NUM_R_ADDR_1 18 -#define PIN_NUM_R_ADDR_2 19 +#define PIN_NUM_R_ADDR_0 4 +#define PIN_NUM_R_ADDR_1 5 +#define PIN_NUM_R_ADDR_2 6 #define TAG "led_display" #define STACK_SIZE 2000 -- cgit v1.2.3