Skip to content

Commit 904972b

Browse files
committed
prepare v1.4.0
1 parent ee43957 commit 904972b

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

ledcontrol/colorpalettes.py

+19-19
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
'mode': 0,
88
'colors': [
99
[
10-
0.11311430089613972,
11-
1,
10+
0.6175635842715993,
11+
0.6974992244615467,
1212
1
1313
],
1414
[
15-
0.9936081381405101,
16-
0.6497928024431981,
15+
0.7439005234662223,
16+
0.7002515180395283,
1717
1
1818
],
1919
[
@@ -22,13 +22,13 @@
2222
1
2323
],
2424
[
25-
0.7439005234662223,
26-
0.7002515180395283,
25+
0.9936081381405101,
26+
0.6797928024431981,
2727
1
2828
],
2929
[
30-
0.6175635842715993,
31-
0.6474992244615467,
30+
0.11311430089613972,
31+
1,
3232
1
3333
]
3434
]
@@ -38,24 +38,24 @@
3838
'mode': 0,
3939
'colors': [
4040
[
41-
0.11311430089613972,
42-
1,
43-
1
44-
],
45-
[
46-
0.0083333333333333,
47-
0.8332790409753081,
48-
1
41+
0.8833333333333333,
42+
0.8974992244615467,
43+
0.2942011216107537
4944
],
5045
[
5146
0.9222222222222223,
5247
0.8539212428101706,
5348
0.7776361353257123
5449
],
5550
[
56-
0.8833333333333333,
57-
0.8974992244615467,
58-
0.2942011216107537
51+
0.0083333333333333,
52+
0.8332790409753081,
53+
1
54+
],
55+
[
56+
0.11311430089613972,
57+
1,
58+
1
5959
]
6060
]
6161
},

ledcontrol/templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<body class="body-dark">
2323
<div class="wrapper clearfix">
2424
<main id="main">
25-
<h2 class="header-stylized-text">LEDControl v1.3.0</h2>
25+
<h2 class="header-stylized-text">LEDControl v1.4.0</h2>
2626
<br/>
2727
{% for input in form if not input.hide %}
2828
{% if input.control == 'select' %}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def run(self):
2828

2929
setup(
3030
name='led-control',
31-
version='1.3.0',
31+
version='1.4.0',
3232
description='WS2812 LED strip controller with web interface for Raspberry Pi',
3333
long_description=open('README.md').read(),
3434
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)