From 9a89be3aa8ae366df85ecb9f8cb611ad202a416e Mon Sep 17 00:00:00 2001 From: HeMe2 Date: Sat, 30 Jun 2018 15:28:51 +0200 Subject: [PATCH] remove obsolete drawing in OutputVoronoi module Fixes issue, that voronoi output could not be used in headless mode! --- colorchord2/OutputVoronoi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/colorchord2/OutputVoronoi.c b/colorchord2/OutputVoronoi.c index 31390b3..2eb20c1 100644 --- a/colorchord2/OutputVoronoi.c +++ b/colorchord2/OutputVoronoi.c @@ -8,7 +8,6 @@ #include #include "color.h" #include -#include "DrawFunctions.h" //Uses: note_amplitudes2[note] for how many lights to use. //Uses: note_amplitudes_out[note] for how bright it should be. @@ -135,7 +134,6 @@ static void DPOUpdate(void * id, struct NoteFinder*nf) OutLEDs[led*3+2] = ( color >> 16 ) & 0xff; led++; } - CNFGColor ( 0xffffff ); } static void DPOParams(void * id )