Skip to content

Commit

Permalink
instantiate correct class Rainbow_stripes (#20135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Staars authored Dec 1, 2023
1 parent a9a734d commit 6732021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasmota/berry/leds/rainbow.be
Original file line number Diff line number Diff line change
Expand Up @@ -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()
-#
Expand Down Expand Up @@ -182,4 +182,4 @@ var strip = Leds.matrix(5,5, gpio.pin(gpio.WS2812, 1))
var r = Round(strip, 2, 30)
r.start()
-#
-#

0 comments on commit 6732021

Please sign in to comment.