scrolling text blur moved to where it should be
accidentally put it into the "full font" ifdef
This commit is contained in:
@@ -6911,12 +6911,13 @@ uint16_t mode_2Dscrollingtext(void) {
|
|||||||
col2 = SEGCOLOR(2);
|
col2 = SEGCOLOR(2);
|
||||||
}
|
}
|
||||||
SEGMENT.drawText((unsigned char*)text, maxLen, numberOfChars, int(cols) - int(SEGENV.aux0), yoffset, letterWidth, letterHeight, col1, col2, drawShadow);
|
SEGMENT.drawText((unsigned char*)text, maxLen, numberOfChars, int(cols) - int(SEGENV.aux0), yoffset, letterWidth, letterHeight, col1, col2, drawShadow);
|
||||||
|
#endif
|
||||||
|
|
||||||
// WLEDMM add some blur
|
// WLEDMM add some blur
|
||||||
if (SEGENV.check3) {
|
if (SEGMENT.check3) {
|
||||||
if (SEGMENT.custom1 < 16) SEGMENT.blurRows(16); // only blur if no trail
|
if (SEGMENT.custom1 < 16) SEGMENT.blurRows(16); // only blur if no trail
|
||||||
SEGMENT.blurCols(20);
|
SEGMENT.blurCols(20);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
return FRAMETIME;
|
return FRAMETIME;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user