diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2022-01-13 15:31:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-13 15:31:58 +0000 |
| commit | 3487a3565ded2f965a28ca6a33e3d0cb2a247847 (patch) | |
| tree | 995d1d38d2f29b09d9c21c8322094e5a88c21486 /examples/PIO_TestPatterns/src/main.h | |
| parent | 81af2a94cadbf066b7a1fa66080f516e81e05733 (diff) | |
| parent | 411d47470524c55d462691798de7081e68265ab6 (diff) | |
Merge pull request #237 from mrfaptastic/dev
Better CI checks
Diffstat (limited to 'examples/PIO_TestPatterns/src/main.h')
| -rw-r--r-- | examples/PIO_TestPatterns/src/main.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
