base animation speed on system timer

This commit is contained in:
xs5871
2022-02-25 20:36:54 +00:00
committed by Kyle Brown
parent b7e3e4ea8c
commit 8cec85e3ec
2 changed files with 48 additions and 60 deletions

View File

@@ -122,6 +122,7 @@ rgb_ext = RGB(pixel_pin=rgb_pixel_pin,
knight_effect_length=3,
animation_mode=AnimationModes.STATIC,
reverse_animation=False,
refresh_rate=60,
)
```