Skip to content

Commit

Permalink
Add link with info about custom pin list with FastLED
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Jul 28, 2023
1 parent ef6e576 commit 0e6d262
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/BasicTest_FastLED/BasicTest_FastLED.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// BasicTest example to demonstrate how to use FastLED with OctoWS2811

// FastLED does not directly support Teensy 4.x PinList (for any
// number of pins) but it can be done with edits to FastLED code:
// https://www.blinkylights.blog/2021/02/03/using-teensy-4-1-with-fastled/

#include <OctoWS2811.h>
#define USE_OCTOWS2811
#include <FastLED.h>
Expand Down

0 comments on commit 0e6d262

Please sign in to comment.