Skip to content

Commit efb1ae6

Browse files
committed
tweaks
1 parent 8f9a1a2 commit efb1ae6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

adafruit_led_animation/animation/grid_rain.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def __init__(
7373
self._background = background
7474
self._raindrops = []
7575
super().__init__(grid_object, speed, color, name=name)
76-
self.fill(background)
7776

7877
def draw(self):
7978

@@ -135,8 +134,8 @@ def __init__( # pylint: disable=too-many-arguments
135134
speed,
136135
color=GREEN,
137136
count=1,
138-
length=3,
139-
background=(0, 64, 0),
137+
length=6,
138+
background=(0, 32, 0),
140139
name=None,
141140
):
142141
super().__init__(grid_object, speed, color, count, length, background, name)

0 commit comments

Comments
 (0)