Correct defines

This commit is contained in:
rys ostrovid 2020-06-10 06:05:21 +02:00 committed by GitHub
parent 0f27fe501f
commit d002253a53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -19,11 +19,11 @@ FASTLED_USING_NAMESPACE
//#define CLK_PIN 4 //#define CLK_PIN 4
#define LED_TYPE WS2812B #define LED_TYPE WS2812B
#define COLOR_ORDER BGR #define COLOR_ORDER BGR
#define NUM_LEDS 40 #define NUM_LEDS 100
CRGB leds[NUM_LEDS]; CRGB leds[NUM_LEDS];
#define BRIGHTNESS 96 define BRIGHTNESS 96
#define FRAMES_PER_SECOND 120 define FRAMES_PER_SECOND 120
void setup() { void setup() {
delay(3000); // 3 second delay for recovery delay(3000); // 3 second delay for recovery