Update Readme to include G203 LightSync support
This commit is contained in:
parent
a5e9a18944
commit
f9d10ba3aa
26
README.md
26
README.md
|
@ -1,10 +1,8 @@
|
||||||
# Logitech G203 Prodigy Mouse LED control
|
# Logitech G203 Prodigy / G203 LightSync Mouse LED control
|
||||||
|
|
||||||
Allows you to control the LED lighting of your G203 Prodigy Mouse programmatically.
|
Allows you to control the LED lighting of your G203 Prodigy or G203 LightSync Mouse programmatically. \
|
||||||
Inspired by and based on [g810-led](https://github.com/MatMoul/g810-led).
|
Inspired by and based on [g810-led](https://github.com/MatMoul/g810-led).
|
||||||
|
|
||||||
It does not work as-is with the new G203 Lightsync Mouse.
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- Python 3.5+
|
- Python 3.5+
|
||||||
|
@ -22,13 +20,25 @@ It does not work as-is with the new G203 Lightsync Mouse.
|
||||||
|
|
||||||
```
|
```
|
||||||
Usage:
|
Usage:
|
||||||
g203-led solid {color} - Solid color mode
|
g203-led [lightsync] solid {color} - Solid color mode
|
||||||
g203-led cycle [{rate} [{brightness}]] - Cycle through all colors
|
g203-led [lightsync] cycle [{rate} [{brightness}]] - Cycle through all colors
|
||||||
g203-led breathe {color} [{rate} [{brightness}]] - Single color breathing
|
g203-led [lightsync] breathe {color} [{rate} [{brightness}]] - Single color breathing
|
||||||
g203-led intro {on|off} - Enable/disable startup effect
|
g203-led [lightsync] intro {on|off} - Enable/disable startup effect
|
||||||
|
g203-led [lightsync] dpi {dpi} - Set mouse dpi
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
Color: RRGGBB (RGB hex value)
|
Color: RRGGBB (RGB hex value)
|
||||||
Rate: 100-60000 (Number of milliseconds. Default: 10000ms)
|
Rate: 100-60000 (Number of milliseconds. Default: 10000ms)
|
||||||
Brightness: 0-100 (Percentage. Default: 100%)
|
Brightness: 0-100 (Percentage. Default: 100%)
|
||||||
|
DPI: 200-8000 (Prodigy), 50-8000 (Lightsync)
|
||||||
|
|
||||||
|
Additional features for G203 LightSync:
|
||||||
|
g203-led lightsync triple {color color color} - Sets all 3 colors from left to right.
|
||||||
|
g203-led lightsync wave {rate} [{brightness} [{direction}]] - Like cycle but appears to move right or left.
|
||||||
|
g203-led lightsync blend [{rate} [{brightness}]] - Like breathe with the side colors changing after some delay.
|
||||||
|
|
||||||
|
Direction is either "left" or "right". Default: right).
|
||||||
|
|
||||||
|
Note that the lightsync setting will not persist.
|
||||||
|
There is onboard memory for persistence but it is not used by this script.
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user