Skip to content

BrightnessMenulet is an Mac OS X app that allows you to control display brightness via DDC/CI protocol

Notifications You must be signed in to change notification settings

kjen93/BrightnessMenulet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 

Repository files navigation

Brightness Menulet

Allows you to control monitor brigthness via menu in status bar.

This tool works on OSX 10.8+. In 10.8+, I2C tools are not able to detect monitor buses for communication. The main API calls for DDC communication is deprecated so this project could be obselete if Apple completely removes CGDisplayIOServicePort. If you have tested your monitor(s) with this tool, please let me know wether it worked or not so I can add monitor models here. Preference's Debug button logs to the console VCP codes and their values on the selected monitor.

Download app build: BrightnessMenulet.zip.

image

Monitors:

Working Non-Working
Dell U2014h Dell P2715Q
Dell U2414h Philips 4065UC
Dell U2415h Dell P2412H
Dell U2515h
Dell U2715h
Dell U2713HM
Dell P2415Q
Dell S2216M
Samsung SA 350
BenQ G2410HD
Viseo 230Ws
Dell U2412M
ASUS VW202NR

If you have tested your monitor(s) with this tool, please let me know whether or not it work and I will update this table.

Features:

  • Automatic Brightness using built in light sensor (Modify LMUController’s percentageForSensorValue: to your liking)
  • Multi-Monitor support (no limit to amount of monitors)!
  • Compatible with OSX 10.8+

Roadmap:

  • Support for other monitor makes (Currently only tested on Dell and certian HP displays)
  • Time based settings
  • Add keyboard bindings

Credits:

About

BrightnessMenulet is an Mac OS X app that allows you to control display brightness via DDC/CI protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 69.4%
  • C 30.6%