File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
MAX_RANGE = 1
32
32
33
33
# Rate of display change i.e the lower the value the slower the transition
34
- TRANSITION_RATE = 1.0 / 32 .0
34
+ TRANSITION_RATE = 1.0 / 72 .0
35
35
36
36
# perform linear interpolation to map a range of values to discrete
37
37
def map_range (
Original file line number Diff line number Diff line change 31
31
MAX_RANGE = 1
32
32
33
33
# Rate of display change i.e the lower the value the slower the transition
34
- TRANSITION_RATE = 1.0 / 32 .0
34
+ TRANSITION_RATE = 1.0 / 72 .0
35
35
36
36
37
37
# perform linear interpolation to map a range of values to discrete
Original file line number Diff line number Diff line change 31
31
MAX_RANGE = 1
32
32
33
33
# Rate of display change i.e the lower the value the slower the transition
34
- TRANSITION_RATE = 1.0 / 32 .0
34
+ TRANSITION_RATE = 1.0 / 72 .0
35
35
36
36
37
37
# perform linear interpolation to map a range of values to discrete
You can’t perform that action at this time.
0 commit comments