digitaltrails / ddcutil-service

A Dbus ddcutil server for control of DDC Monitors/VDUs
GNU General Public License v2.0
11 stars 1 forks source link

EDID decoder needed #9

Closed digitaltrails closed 9 months ago

digitaltrails commented 9 months ago

Internally ddcutil does EDID decoding, but it's not exposed in the library. Specifically extracting the binary serial number will be need in the client (at least for vdu_controls).

I've made a copy of the serial number coder, but in the long term it would be good if it were a macro or function available in libddctul.

digitaltrails commented 9 months ago

Duplicate of #3