BrightnessMenulet icon indicating copy to clipboard operation
BrightnessMenulet copied to clipboard

[Feature] add parameters to calibrate display for auto-brightness

Open luclu opened this issue 9 years ago • 0 comments
trafficstars

Rationale As the auto-brightness feature uses the internal brightness sensor (e.g. on Macbook) the external display might not match the same brightness curve. This might result

Proposal

  1. add n parameters representing a polynomial function of n-th grade (e.g. y = a*x**2 + b*x + c), i.e.
    • n=1: only offset
    • n=2: offset + slope
  2. implement a graphical interface instead of input field for the parameters

luclu avatar Nov 05 '16 22:11 luclu