Minor changes on the unicorns

This commit is contained in:
Irvin 2023-08-03 15:03:55 +01:00
parent 7e65c15cfb
commit e1e467185a
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ MIN_RANGE = 0.1
MAX_RANGE = 1
# Rate of display change i.e the lower the value the slower the transition
TRANSITION_RATE = 1.0 / 32.0
TRANSITION_RATE = 1.0 / 72.0
# perform linear interpolation to map a range of values to discrete
def map_range(

View File

@ -31,7 +31,7 @@ MIN_RANGE = 0.1
MAX_RANGE = 1
# Rate of display change i.e the lower the value the slower the transition
TRANSITION_RATE = 1.0 / 32.0
TRANSITION_RATE = 1.0 / 72.0
# perform linear interpolation to map a range of values to discrete

View File

@ -31,7 +31,7 @@ MIN_RANGE = 0.1
MAX_RANGE = 1
# Rate of display change i.e the lower the value the slower the transition
TRANSITION_RATE = 1.0 / 32.0
TRANSITION_RATE = 1.0 / 72.0
# perform linear interpolation to map a range of values to discrete