5 unstable releases

0.3.0 Jul 23, 2024
0.2.2 Jul 16, 2020
0.2.1 Mar 27, 2018
0.2.0 Mar 27, 2018
0.1.0 Mar 25, 2018

#201 in Hardware support

Download history 65/week @ 2024-07-01 134/week @ 2024-07-08 175/week @ 2024-07-15 272/week @ 2024-07-22 142/week @ 2024-07-29 133/week @ 2024-08-05 227/week @ 2024-08-12 115/week @ 2024-08-19 190/week @ 2024-08-26 147/week @ 2024-09-02 155/week @ 2024-09-09 159/week @ 2024-09-16 220/week @ 2024-09-23 188/week @ 2024-09-30 70/week @ 2024-10-07 147/week @ 2024-10-14

649 downloads per month
Used in 9 crates (6 directly)

MIT license

24KB
543 lines

ddc

release-badge docs-badge license-badge

ddc is a Rust crate for controlling monitors with DDC/CI.

Implementations

ddc only provides traits for working with DDC, and these must be implemented with an underlying backend in order to be used. The following crates may be helpful:

  • ddc-i2c supports DDC using an I2C capable master - in particular Linux's i2c-dev.
  • ddc-winapi implements DDC using the Windows API. It is more limited than the generic I2C interface, and cannot be used to read monitor EDID info.
  • Any other downstream crates

Documentation

See the documentation for up to date information.

Dependencies

~11KB