Skip to content

Commit

Permalink
Merge pull request #1 from Hamled/monitors/linux
Browse files Browse the repository at this point in the history
Linux implementation of Monitor interface
  • Loading branch information
Ell committed Jul 10, 2023
2 parents 505f865 + 1f3cae5 commit 2c15d02
Show file tree
Hide file tree
Showing 5 changed files with 420 additions and 13 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Easily switch between monitor inputs with the press of a button(s) or click

![Monitor list](https://i.ell.dev/uIZzw7w1.png)

## Linux setup

On Linux, monitor detection and control is done via I2C. In order for I2C devices to be available it may be necessary to explicitly load the appropriate kernel module (e.g. via `# modprobe i2c-dev` or adding that module to a configuration file for automatic loading).

## Building

Requirments:
Expand Down

0 comments on commit 2c15d02

Please sign in to comment.