[Core] Add Pixel Flow RGB matrix effect (#15829)

* Initial PIXEL FLOW matrix effect commit

* Commit suggested use of rgb_matrix_check_finished_leds

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>

* Code change support for split RGB

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
Albert Y 2022-02-05 02:55:51 +08:00 committed by GitHub
parent 98916fd862
commit e8fa329073
Failed to generate hash of commit
4 changed files with 55 additions and 0 deletions

View file

@ -27,6 +27,7 @@
#include "hue_pendulum_anim.h"
#include "hue_wave_anim.h"
#include "pixel_rain_anim.h"
#include "pixel_flow_anim.h"
#include "pixel_fractal_anim.h"
#include "typing_heatmap_anim.h"
#include "digital_rain_anim.h"