sgbaird commited on
Commit
6517624
·
1 Parent(s): 60eb19b

chore: Update max power reduction for better control of light mixing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 maximum power has been reduced (NeoPixels can get very bright 😎). The upper limit for RGB values is {max_value} instead of 255."
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