ESP32-HUB75-MatrixPanel-DMA/examples/PIO_TestPatterns/src/main.h
Emil Muratov 411d474705 Update 'TestPatterns' example to cover more build flags and options
test patterns
 - regular
 - debug
 - minimal
 - vpane
 - vpane_minimal
2022-01-11 00:10:40 +03:00

10 lines
No EOL
249 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);
uint16_t colorWheel(uint8_t pos);
void drawText(int colorWheelOffset);