File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 20
20
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
# THE SOFTWARE.
22
22
"""
23
- `adafruit_fancyled`
23
+ `adafruit_fancyled.adafruit_fancyled `
24
24
====================================================
25
25
26
- TODO(description)
26
+ FancyLED is a CircuitPython library to assist in creating buttery smooth LED animation.
27
+ It’s loosely inspired by the FastLED library for Arduino, and in fact we have a “helper”
28
+ library using similar function names to assist with porting of existing Arduino FastLED
29
+ projects to CircuitPython.
27
30
28
31
* Author(s): PaintYourDragon
29
32
"""
Original file line number Diff line number Diff line change 20
20
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
# THE SOFTWARE.
22
22
"""
23
- `adafruit_fancyled`
23
+ `adafruit_fancyled.fastled_helpers `
24
24
====================================================
25
25
26
- TODO(description)
26
+ CircuitPython “helper” library based on the Arduino FastLED library.
27
+ Uses similar function names to assist with porting of existing Arduino FastLED
28
+ projects to CircuitPython.
27
29
28
30
* Author(s): PaintYourDragon
29
31
"""
You can’t perform that action at this time.
0 commit comments