We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d47157e + de454e8 commit a5de66bCopy full SHA for a5de66b
wled00/overlay.cpp
@@ -17,9 +17,8 @@ void initCronixie()
17
}
18
19
20
-/*
21
- * handleOverlays is essentially the equivalent of usermods.loop
22
- */
+
+//handleOverlays is essentially the equivalent of usermods.loop
23
void handleOverlays()
24
{
25
initCronixie();
@@ -113,9 +112,6 @@ void _overlayAnalogCountdown()
113
112
114
115
116
117
- * All overlays should be moved to usermods
118
119
void handleOverlayDraw() {
120
usermods.handleOverlayDraw();
121
if (!overlayCurrent) return;
0 commit comments