sTodo-m5paper-client/libraries/FastLED/examples/FunkyClouds/gfx.h
2025-06-30 20:47:33 +02:00

10 lines
No EOL
122 B
C

#pragma once
#include "defs.h"
#include "crgb.h"
extern CRGB leds[NUM_LEDS];
void InitGraphics();
void GraphicsShow();