chore: Update upper limit for RGB power levels in app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ max_value = round(max_power * 255)
|
|
| 42 |
|
| 43 |
# Information about the maximum power reduction
|
| 44 |
st.info(
|
| 45 |
-
f"The upper limit for RGB power levels has been set to {max_value} instead of 255. NeoPixels
|
| 46 |
)
|
| 47 |
|
| 48 |
# Sliders for RGB values
|
|
|
|
| 42 |
|
| 43 |
# Information about the maximum power reduction
|
| 44 |
st.info(
|
| 45 |
+
f"The upper limit for RGB power levels has been set to {max_value} instead of 255. NeoPixels are bright 😎"
|
| 46 |
)
|
| 47 |
|
| 48 |
# Sliders for RGB values
|