aboutsummaryrefslogtreecommitdiff
path: root/examples/PIO_TestPatterns/src/main.h
blob: a1310f4b75763792e29a10680824b7293531f79b (plain)
1
2
3
4
5
6
7
8
9
10
#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);
void mxfill(CRGB *leds);
uint16_t colorWheel(uint8_t pos);
void drawText(int colorWheelOffset);