screen_brightness_control
screen_brightness_control copied to clipboard
A Python tool for controlling the brightness of your monitor
Hi, I'm working with monitor and TV, monitor mostly supports `ddc` procotl but TV doesn´t. When `list_monitors_info()` function is used with `ddcutil`, it should return both valid and invalid monitor/TV...
```python3 >>> import screen_brightness_control as sbc >>> sbc.set_brightness(40) >>> sbc.get_brightness() [40] ``` As previously demonstrated, the code operates without error, yet the brightness of my screen is not modified despite...
I am trying to use screen_brightness_control project for my Asus Zenbook Pro Duo, but it appears that my second monitor is not currently supported. Is it possible to add support...