FastLED 3.7.8
Loading...
Searching...
No Matches
OctoWS2811Demo.ino File Reference

Detailed Description

Demonstrates how to use OctoWS2811 output.

Definition in file OctoWS2811Demo.ino.

#include <OctoWS2811.h>
#include <FastLED.h>

Go to the source code of this file.

Macros

#define USE_OCTOWS2811
 
#define NUM_LEDS_PER_STRIP   64
 
#define NUM_STRIPS   8
 

Functions

void setup ()
 
void loop ()
 

Variables

CRGB leds [NUM_STRIPS *NUM_LEDS_PER_STRIP]
 

Macro Definition Documentation

◆ NUM_LEDS_PER_STRIP

#define NUM_LEDS_PER_STRIP   64

Definition at line 9 of file OctoWS2811Demo.ino.

◆ NUM_STRIPS

#define NUM_STRIPS   8

Definition at line 10 of file OctoWS2811Demo.ino.

◆ USE_OCTOWS2811

#define USE_OCTOWS2811

Definition at line 5 of file OctoWS2811Demo.ino.

Function Documentation

◆ loop()

void loop ( )

Definition at line 22 of file OctoWS2811Demo.ino.

◆ setup()

void setup ( )

Definition at line 17 of file OctoWS2811Demo.ino.

Variable Documentation

◆ leds

CRGB leds[NUM_STRIPS *NUM_LEDS_PER_STRIP]

Definition at line 12 of file OctoWS2811Demo.ino.