From 04103b80a3daa76429df2fa377875cd4dff826eb Mon Sep 17 00:00:00 2001 From: Jason Coon Date: Sun, 18 Mar 2018 17:30:31 -0500 Subject: [PATCH] Update TwinkleFOX.h --- TwinkleFOX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TwinkleFOX.h b/TwinkleFOX.h index f27b563..e784a88 100644 --- a/TwinkleFOX.h +++ b/TwinkleFOX.h @@ -194,7 +194,7 @@ void drawTwinkles() uint8_t backgroundBrightness = bg.getAverageLight(); - for(uint8_t i = 0; i < NUM_LEDS; i++) { + for(uint16_t i = 0; i < NUM_LEDS; i++) { CRGB& pixel = leds[i]; PRNG16 = (uint16_t)(PRNG16 * 2053) + 1384; // next 'random' number