newAM / monitorcontrol

Python monitor controls using DDC-CI.
https://newam.github.io/monitorcontrol/
MIT License
177 stars 27 forks source link

missing ddc scs command #367

Closed mega-calibrator closed 3 weeks ago

mega-calibrator commented 3 weeks ago

Hi, I wrote a tkinter wrapper meant for controlling MCCS features of CRT monitors, but it's not possible to "apply" the adjustment values after they are written using set_vcp

The monitor ends up forgetting all the alterations made if you change resolution, power cycle, or change input

The SCS command (see ddcutil docs) is necessary, is it possible to implement this?