From 411d47470524c55d462691798de7081e68265ab6 Mon Sep 17 00:00:00 2001 From: Emil Muratov Date: Tue, 11 Jan 2022 00:10:40 +0300 Subject: Update 'TestPatterns' example to cover more build flags and options test patterns - regular - debug - minimal - vpane - vpane_minimal --- examples/PIO_TestPatterns/src/main.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/PIO_TestPatterns/src/main.h') diff --git a/examples/PIO_TestPatterns/src/main.h b/examples/PIO_TestPatterns/src/main.h index d947d8e..a1310f4 100644 --- a/examples/PIO_TestPatterns/src/main.h +++ b/examples/PIO_TestPatterns/src/main.h @@ -5,4 +5,6 @@ void buffclear(CRGB *buf); uint16_t XY16( uint16_t x, uint16_t y); -void mxfill(CRGB *leds); \ No newline at end of file +void mxfill(CRGB *leds); +uint16_t colorWheel(uint8_t pos); +void drawText(int colorWheelOffset); \ No newline at end of file -- cgit v1.3.1