FastLED 3.9.15
Loading...
Searching...
No Matches
HD107.ino File Reference

Detailed Description

Example showing how to use the HD107 and HD which has built in gamma correction.

This simply the HD107HD examles but with this chipsets.

See also
HD107HD.ino.

Definition in file HD107.ino.

#include <Arduino.h>
#include <FastLED.h>
#include <lib8tion.h>
+ Include dependency graph for HD107.ino:

Go to the source code of this file.

Macros

#define NUM_LEDS   20
 
#define STRIP_0_CLOCK_PIN   2
 
#define STRIP_0_DATA_PIN   1
 
#define STRIP_1_CLOCK_PIN   4
 
#define STRIP_1_DATA_PIN   3
 

Functions

void loop ()
 
void setup ()
 
CRGB software_gamma (const CRGB &in)
 
uint8_t wrap_8bit (int i)
 

Variables

CRGB leds [NUM_LEDS] = {0}
 
CRGB leds_hd [NUM_LEDS] = {0}