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

Detailed Description

Benchmark drawDisc on AVR (32x8 canvas, blend mode)

Definition in file PerfDisc.ino.

#include <Arduino.h>
#include <FastLED.h>
#include <fl/gfx/gfx.h>
+ Include dependency graph for PerfDisc.ino:

Go to the source code of this file.

Macros

#define NUM_LEDS   1
 
#define PIN_DATA   3
 

Functions

void loop ()
 
void setup ()
 

Variables

static CRGB canvas_buf [W *H]
 
static const int H = 8
 
CRGB leds [NUM_LEDS]
 
static const int W = 32