-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes StefanPetrick/FunkyClouds#2 1) remove FastLED.h included by neomatrix_config.h 2) FLOAT.h is unused 3) all functions used must be declared before being used 4) remove FASTLED definitions since they get done in neomatrix_config.h 5) matrix->show() to do the right thing on each backend 6) leds[XV(x,y)] can be replaced by matrix->drawPixel
- Loading branch information
1 parent
e81e2ef
commit 3c24408
Showing
1 changed file
with
15 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters