Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.
/ pyadalight Public archive

Simple adalight (ambient light) software written in python.

License

Notifications You must be signed in to change notification settings

pyAdaLight/pyadalight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyAdalight

Installation

$ pip install pyadalight

Usage

$ pyadalight --help
Usage: pyadalight [OPTIONS]

Options:
  -hl, --h-led-count INTEGER  Horizontal LED count.
  -vl, --v-led-count INTEGER  Vertical LED count.
  -p, --port TEXT             Serial port.
  -m, --monitor INTEGER       Monitor index.
  --list-monitors             Shows monitors list and exits.
  --list-ports                Shows ports list and exits.
  --help                      Show this message and exit.

License

The source is released under MIT-License (see https://opensource.org/licenses/MIT).