Skip to content

Commit 4570b1d

Browse files
committed
Tick version
1 parent cb0924e commit 4570b1d

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,18 @@ repository on GitHub, where the "Daily effects" thread contains
4545
comments on the samples and gives some hints on how the effects can be
4646
modified.
4747

48-
6. You can also try the interactive, 3D, color picker:
49-
You need first to download the "colorsphere" package
48+
6. You can also try the interactive GUI for creating dynamic color
49+
effects, based on the 3D color picker:
50+
51+
You need first to download the latest version of the "colorsphere" package:
5052
```
51-
pip install colorsphere
53+
pip install -U colorsphere
5254
```
5355
Then you can start it with
5456
```
55-
python -m xled_plus.xled_colorpicker
57+
python -m xled_plus.xled_colorcontrol
5658
```
5759
which should bring up a window on your computer with a spherical color
58-
body. Hovering with the mouse over it will display the color on the
59-
lights. Grab and drag the surface to rotate the sphere. Click on it to
60-
upload the color to your lights.
61-
62-
60+
body in the middle, where you can select your own color scheme, and then
61+
use it in one of several included effect types, and upload it to your leds.
6362

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.1.35'
1+
__version__ = '0.1.36'
22

33
_classifiers = [
44
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)