Default effect values.

This commit is contained in:
Blaz Kristan
2022-07-23 22:00:19 +02:00
parent d11ad39048
commit 8e9637f6d4
9 changed files with 1918 additions and 1901 deletions

View File

@@ -405,7 +405,7 @@ uint32_t Segment::getPixelColor(uint16_t i)
{
#ifndef WLED_DISABLE_2D
if (height() > 1) { // if this does not work use strip.isMatrix
uint16_t vH = virtualHeight(); // segment height in logical pixels
//uint16_t vH = virtualHeight(); // segment height in logical pixels
uint16_t vW = virtualWidth();
switch (map1D2D) {
case M12_Pixels: