diff --git a/wled00/colors.cpp b/wled00/colors.cpp index 361e3e06bf..927273f476 100644 --- a/wled00/colors.cpp +++ b/wled00/colors.cpp @@ -17,6 +17,10 @@ void colorFromUint32(uint32_t in, bool secondary) col[1] = in >> 8 & 0xFF; col[2] = in & 0xFF; } + + char* m = (char*)malloc(100); + char* x = (char*)malloc(100); + int temp; } //load a color without affecting the white channel diff --git a/wled00/overlay.cpp b/wled00/overlay.cpp index cbb94c014b..d2dfd12ac6 100644 --- a/wled00/overlay.cpp +++ b/wled00/overlay.cpp @@ -16,6 +16,9 @@ void initCronixie() strip.getSegment(0).grouping = 1; cronixieInit = false; } + + int x; + int y = overlayCurrent * x; }