Closed ngyl88 closed 4 years ago
Hi @jtq, could you please help to test the fix for this issue? The fix was included in the latest commit for issue #1. Thanks.
Closing this issue, since latest commit was included in #1050 and no related issue surfaced in the last 3 months.
The Nano Every board is labelled TX1, RX0 (, RST, GND, etc, reading from left to right along the board edge). It does appear that presently a sketch emitting data through FastLED on digital port "1" in the code is actually sending it out via RX0, and a sketch sending data out digital port "0" is actually emitting it through the TX1 pin.
Test that doesn't use FastLED (just sets each digital pin to output HIGH and connects an LED to it) confirms that on the Nano Every digital pin 0 is RX0 (the second pin from the left) and digital pin 1 is TX1 (the first from the left).
Originally posted by @jtq in https://github.com/FastLED/FastLED/pull/1050#discussion_r456963580