Spaces:
Sleeping
Sleeping
chore: Update max power reduction for better control of light mixing
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ max_value = round(max_power * 255)
|
|
| 30 |
|
| 31 |
# Information about the maximum power reduction
|
| 32 |
st.info(
|
| 33 |
-
f"The
|
| 34 |
)
|
| 35 |
|
| 36 |
# Sliders for RGB values
|
|
|
|
| 30 |
|
| 31 |
# Information about the maximum power reduction
|
| 32 |
st.info(
|
| 33 |
+
f"The upper limit for RGB power levels has been set to {max_value} instead of 255. NeoPixels can get very bright 😎"
|
| 34 |
)
|
| 35 |
|
| 36 |
# Sliders for RGB values
|