twinkle-tray icon indicating copy to clipboard operation
twinkle-tray copied to clipboard

[Feature Request] LED Brightness Power

Open TobiasSekan opened this issue 2 years ago • 1 comments

Hello, I have a Phillips 272B an this monitor series can adjust the brightness of the power LED of the monitor, it would be nice when Twinkle can this too. There a five brightness modes for the power LED from off to maximum brightness. This should be a DDC/CI feature because the Software for the monitor can set the brightness for the LED without a separate USB cable.

best regards

Raw Monitor Data

{
  "5&2487d93&0&UID33024": {
    "id": "\\\\?\\DISPLAY#PHL0945#5&2487d93&0&UID33024",
    "key": "5&2487d93&0&UID33024",
    "num": 0,
    "brightness": 30,
    "brightnessMax": 100,
    "brightnessRaw": 30,
    "type": "ddcci",
    "connector": "dvi",
    "min": 0,
    "max": 100,
    "hwid": [
      "\\\\?\\DISPLAY",
      "PHL0945",
      "5&2487d93&0&UID33024",
      "{e6f07b5f-ee97-4a90-b076-33f57bf4eaa7}"
    ],
    "name": "PHL 272B1G",
    "serial": "UHB2219000127",
    "features": {
      "luminance": [
        30,
        100
      ],
      "brightness": false,
      "contrast": [
        30,
        100
      ],
      "powerState": [
        1,
        5
      ],
      "volume": [
        0,
        100
      ]
    },
    "brightnessType": 16,
    "brightnessValues": [
      30,
      100
    ]
  }
}

TobiasSekan avatar Aug 23 '22 05:08 TobiasSekan

Hello,

With ControlMyMonitor I have found that the value is a manufacturer specific value 2022-09-04 13_12_55-ControlMyMonitor

And with the new Version 1.14.4+ I can set the value manually via 👍 "Twinkle Tray.exe" --MonitorID="5&2487d93&0&UID33024" --VCP="0xF2:0"

TobiasSekan avatar Sep 04 '22 11:09 TobiasSekan