FastLED 3.9.15
Loading...
Searching...
No Matches
gfx.h
Go to the documentation of this file.
1
2#pragma once
3
4#include "defs.h"
5#include "crgb.h"
6
7extern CRGB leds[NUM_LEDS];
8
9void InitGraphics();
10void GraphicsShow();
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
#define NUM_LEDS
Definition Apa102.ino:6
Defines the red, green, and blue (RGB) pixel struct.
void InitGraphics()
Definition gfx.cpp:10
void GraphicsShow()
Definition gfx.cpp:22
Representation of an RGB pixel (Red, Green, Blue)
Definition crgb.h:55