2021-02-10 16:49:19 +01:00
|
|
|
|
|
|
|
#include <FastLED.h>
|
|
|
|
|
|
|
|
#define BAUD_RATE 115200 // serial debug port baud rate
|
|
|
|
|
|
|
|
void buffclear(CRGB *buf);
|
|
|
|
uint16_t XY16( uint16_t x, uint16_t y);
|
2022-01-10 22:10:40 +01:00
|
|
|
void mxfill(CRGB *leds);
|
|
|
|
uint16_t colorWheel(uint8_t pos);
|
|
|
|
void drawText(int colorWheelOffset);
|