Skip to content

Mirror an internal display's brightness to an external monitor

License

Notifications You must be signed in to change notification settings

lalten/BrightnessAdjust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrightnessAdjust

In action

Problem

My external monitor (LG 27MU67-B) is too bright at night. It doesn't have automatic ambient light adaption and I don't want to adjust it manually all the time.

Idea

The laptop (Surface Pro 3) driving the monitor does have an ambient light sensor. Why not use that one?

Solution

  1. Read current internal monitor brightness via WMI (WmiMonitorBrightness.CurrentBrightness)
  2. Update the external monitor brightness via DDC/CI (SetMonitorBrightness)
  3. Repeat

About

Mirror an internal display's brightness to an external monitor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages