Skip to content

Commit 524b8ba

Browse files
committed
Resolved strip flickering
ref FastLED/FastLED#306 (comment)
1 parent e48fe7e commit 524b8ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

EspFastLED/Fire.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define _FIRE_H_
33

44
#define FASTLED_ESP8266_RAW_PIN_ORDER
5+
#define FASTLED_ALLOW_INTERRUPTS 0
56
#include <FastLED.h>
67

78
extern byte cooling;

EspFastLED/Fire.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#define LED_PIN 3
44
#define COLOR_ORDER GRB
55
#define CHIPSET WS2812B
6-
#define NUM_LEDS 74
6+
#define NUM_LEDS 144
77

88
#define FRAMES_PER_SECOND 60
99

0 commit comments

Comments
 (0)