ESP32-HUB75-MatrixPanel-DMA/examples/PIO_TestPatterns/src/main.h
mrfaptastic 0749fa4193 Update to 2.0.0
Also known as the @vortigont release! Hooray!
2021-02-10 15:49:19 +00:00

8 lines
No EOL
178 B
C

#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);