Skip to content

Instantly share code, notes, and snippets.

#include <FastLED.h>
#define LED_PIN 32
#define COLOR_ORDER GRB
#define CHIPSET WS2812B
#define NUM_LEDS 30
#define BRIGHTNESS 200
#define FRAMES_PER_SECOND 60
Arduino: 1.8.10 (Windows 10), Board: "ESP32 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, None"
In file included from C:\Users\ghogr\Documents\Arduino\libraries\FastLED\examples\Fire2012WithPalette\Fire2012WithPalette.ino:1:0:
C:\Users\ghogr\Documents\Arduino\libraries\FastLED/FastLED.h:14:21: note: #pragma message: FastLED version 3.002.009
# pragma message "FastLED version 3.002.009"
^