diff --git a/wled00/FX.cpp b/wled00/FX.cpp index 599dea0d..5b367e84 100644 --- a/wled00/FX.cpp +++ b/wled00/FX.cpp @@ -8420,7 +8420,7 @@ uint16_t mode_GEQLASER(void) { } uint8_t *fftResult = (uint8_t*)um_data->u_data[2]; - uint8_t heights[NUM_BANDS] = { 0 }; + uint8_t heights[NUM_GEQ_CHANNELS] = { 0 }; for (int i=0; i0) ? heights[i-1] : 0; y <= heights[i]; y++) { // don't bother drawing what we'll hide anyway SEGMENT.drawLine(linex,rows-y-1,*projector,horizon,ledColorTemp,false,distance); // left side perspective }