diff --git a/src/main.cpp b/src/main.cpp index 320f936..5d87673 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -25,9 +25,9 @@ #include "coreids.h" const uint32_t FRAME_INTERVAL_US = 16666; -const uint32_t NUM_STRIPS = 8; -const uint32_t NUM_LEDS = 16; -const uint32_t FLIP_STRIPS_MASK = 0x000000AA; +const uint32_t NUM_STRIPS = 2; +const uint32_t NUM_LEDS = 150; +const uint32_t FLIP_STRIPS_MASK = 0x00000002; std::array STRANDS { // Avoid using any of the strapping pins on the ESP32, anything >=32, 16, 17... not much left. strand_t {.rmtChannel = 0, .gpioNum = 4, .ledType = LED_SK6812W_V1, .brightLimit = 32, .numPixels = NUM_LEDS * NUM_STRIPS},