You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: selectable idle animation (standard or cyberpunk Data Drop)
Add an option in the LED settings to choose the idle animation between
the standard ESPuino idle dots and the cyberpunk 'Data Drop' animation.
Animation_Idle dispatches on a new gLedSettings.idleAnimation value
loaded from NVS (key 'idleAnim'); the standard idle dots logic is
restored for that path. Persisted via the web interface and exposed in
the settings JSON. Defaults to standard, so a freshly flashed device
starts with the standard animation.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ neon logo that doubles as the SVG favicon ([`8d9725c`](../../commit/8d9725c)):
99
99
| Configurable idle LED and progress bar colors |[`bdc54e5`](../../commit/bdc54e5)|
100
100
| Ready sound on cold start |[`c051c40`](../../commit/c051c40)|
101
101
| Cyberpunk "Data Drop" idle LED animation |[`f20b111`](../../commit/f20b111)|
102
+
| Selectable idle animation (standard idle dots or cyberpunk "Data Drop") in the LED settings; defaults to standard |[`7174669`](../../commit/7174669)|
102
103
| Improved button responsiveness and track navigation seek options |[`76e1535`](../../commit/76e1535)|
103
104
| Unlocking controls via button press while locked |[`d83e15f`](../../commit/d83e15f)|
104
105
| Support for a 6th button |[`b116151`](../../commit/b116151)|
0 commit comments