ddc

Crates.ioddc
lib.rsddc
version0.2.2
sourcesrc
created_at2018-03-25 07:22:36.213768
updated_at2020-07-16 01:15:05.649042
descriptionDDC/CI monitor control
homepage
repositoryhttps://github.com/arcnmx/ddc-rs
max_upload_size
id57314
size24,539
(arcnmx)

documentation

http://arcnmx.github.io/ddc-rs/ddc

README

ddc

travis-badge 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. The examples are a good place to start.

Commit count: 32

cargo fmt