Skip to content

Instantly share code, notes, and snippets.

#define USE_OCTOWS2811
#include<OctoWS2811.h>
#include<FastLED.h>
#define NUM_LEDS_PER_STRIP 60
#define NUM_STRIPS 8
bool gReverseDirection = false;
CRGB leds[NUM_STRIPS * NUM_LEDS_PER_STRIP];
#include "FastLED.h"
FASTLED_USING_NAMESPACE
//credit to -Mark Kriegsman
//credit to -Marc Miller
#if defined(FASTLED_VERSION) && (FASTLED_VERSION < 3001000)
#include <FastLED.h>
// LED setup
#define Height 125
#define DATA_PIN 4
#define NUM_LEDS 125
#define LED_TYPE WS2812B
#define COLOR_ORDER GRB
@neoneomaxim
neoneomaxim / Fastled_LED_wall_click.ino
Created June 14, 2017 16:56
Fastled LED Wall clock
Code Issues 0 Pull requests 0 Pulse
.gitignore
#include <DS3232RTC.h>
#include <Time.h>
#include <TimeLib.h>
#include <Wire.h>
#include <FastLED.h>
#define NUM_LEDS 236 //
#include "FastLED.h"
long interval = 150;
long loops =0;
int count =0;
long ShowCurrentMillis =0;
long ShowLastMillis =0;
long SpeedCurrentMillis =0;