We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31f073 commit 2528191Copy full SHA for 2528191
app/start.py
@@ -11,5 +11,5 @@
11
for i in range(
12
leds_number,
13
):
14
- np[i] = (75, 75, 100)
+ np[i] = (50, 50, 75)
15
np.write()
0 commit comments