10 lines
No EOL
122 B
C
10 lines
No EOL
122 B
C
|
|
#pragma once
|
|
|
|
#include "defs.h"
|
|
#include "crgb.h"
|
|
|
|
extern CRGB leds[NUM_LEDS];
|
|
|
|
void InitGraphics();
|
|
void GraphicsShow(); |