Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 897 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 897 Bytes

LG 32UN880 Monitor Brightness control

The target of this project is to find a way to control the brightness of the monitor per USB.

Related Work

Some monitors of the "ultrafine" line are already supported by operating systems like Windows and MaxOsX. The tool LG-Ultrafine-Brightness 2 alredy implemented such a control. The implementation use the library libhid using library libusb as most tools do.

Todos

  • find Lib to access the usb an interface at all
  • access the monitor interface
  • read out current brightness
  • change monitor brightness

Log

2022-06-25 bring the project online

Future Work