Improved Range
Improved the effective amount of distinct brightness levels by 5x *You can lower LevelSteps to get more distinct levels but you will need to change the AnimationDelay to compensate
This commit is contained in:
parent
0e6a16ae82
commit
83f9147362
1 changed files with 4 additions and 4 deletions
|
@ -10,10 +10,10 @@ SensorDelay=1
|
||||||
# NOW WITH FLOAT SUPPORT
|
# NOW WITH FLOAT SUPPORT
|
||||||
SensorToDisplayScale=24.09
|
SensorToDisplayScale=24.09
|
||||||
|
|
||||||
#This should match your refesh rate other wise it will either change the back light more times than needed or too few for a smooth animation
|
# 12 steps is the most similar on a Macbook 2017 running Arch compared to MacOS
|
||||||
LevelSteps=60
|
LevelSteps=12
|
||||||
# The is should match the LevelSteps but in the acual time each event should take to see
|
# Playes the 12 stesp effectivly at 30 FPS 32ms
|
||||||
AnimationDelay=0.016
|
AnimationDelay=0.032
|
||||||
|
|
||||||
|
|
||||||
# Read the variable names
|
# Read the variable names
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue