Skip to content

Instantly share code, notes, and snippets.

#include "FastLED.h"
#define DATA_PIN 1
#define LED_TYPE WS2811
#define COLOR_ORDER GRB
#define NUM_LEDS 16
#define MYCOLOR Purple
CRGB leds[NUM_LEDS];
#define BRIGHTNESS 255
@SoCalTIM
SoCalTIM / Anjunalogo.txt
Last active March 14, 2018 04:40
An LED Top Hat using neopixels to display a variety of sprites.
#include <FastLED.h>
#include <LEDMatrix.h>
#include <LEDSprites.h>
// Change the next 6 defines to match your matrix type and size
#define LED_PIN 6
#define COLOR_ORDER GRB
#define CHIPSET WS2812B
#define MATRIX_WIDTH 38