Skip to content

Commit

Permalink
Tick version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders-Holst committed Nov 27, 2024
1 parent cb0924e commit 4570b1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,18 @@ repository on GitHub, where the "Daily effects" thread contains
comments on the samples and gives some hints on how the effects can be
modified.

6. You can also try the interactive, 3D, color picker:
You need first to download the "colorsphere" package
6. You can also try the interactive GUI for creating dynamic color
effects, based on the 3D color picker:

You need first to download the latest version of the "colorsphere" package:
```
pip install colorsphere
pip install -U colorsphere
```
Then you can start it with
```
python -m xled_plus.xled_colorpicker
python -m xled_plus.xled_colorcontrol
```
which should bring up a window on your computer with a spherical color
body. Hovering with the mouse over it will display the color on the
lights. Grab and drag the surface to rotate the sphere. Click on it to
upload the color to your lights.


body in the middle, where you can select your own color scheme, and then
use it in one of several included effect types, and upload it to your leds.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.35'
__version__ = '0.1.36'

_classifiers = [
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 4570b1d

Please sign in to comment.