instantiate correct class Rainbow_stripes (#20135)

This commit is contained in:
Christian Baars 2023-12-01 10:52:00 +01:00 committed by GitHub
parent a9a734ddba
commit 673202120f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ end
#-
var strip = Leds.matrix(5,5, gpio.pin(gpio.WS2812, 1))
var r = Rainbow_Matrix(strip, 0.5)
var r = Rainbow_stripes(strip, 0.5)
r.start()
-#