first commit
This commit is contained in:
commit
5893b00dd2
1669 changed files with 1982740 additions and 0 deletions
10
libraries/FastLED/examples/FunkyClouds/gfx.h
Normal file
10
libraries/FastLED/examples/FunkyClouds/gfx.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "defs.h"
|
||||
#include "crgb.h"
|
||||
|
||||
extern CRGB leds[NUM_LEDS];
|
||||
|
||||
void InitGraphics();
|
||||
void GraphicsShow();
|
||||
Loading…
Add table
Add a link
Reference in a new issue