diff --git a/ledcontrol/colorpalettes.py b/ledcontrol/colorpalettes.py index 35bfb94..f3b899a 100644 --- a/ledcontrol/colorpalettes.py +++ b/ledcontrol/colorpalettes.py @@ -7,13 +7,13 @@ 'mode': 0, 'colors': [ [ - 0.11311430089613972, - 1, + 0.6175635842715993, + 0.6974992244615467, 1 ], [ - 0.9936081381405101, - 0.6497928024431981, + 0.7439005234662223, + 0.7002515180395283, 1 ], [ @@ -22,13 +22,13 @@ 1 ], [ - 0.7439005234662223, - 0.7002515180395283, + 0.9936081381405101, + 0.6797928024431981, 1 ], [ - 0.6175635842715993, - 0.6474992244615467, + 0.11311430089613972, + 1, 1 ] ] @@ -38,14 +38,9 @@ 'mode': 0, 'colors': [ [ - 0.11311430089613972, - 1, - 1 - ], - [ - 0.0083333333333333, - 0.8332790409753081, - 1 + 0.8833333333333333, + 0.8974992244615467, + 0.2942011216107537 ], [ 0.9222222222222223, @@ -53,9 +48,14 @@ 0.7776361353257123 ], [ - 0.8833333333333333, - 0.8974992244615467, - 0.2942011216107537 + 0.0083333333333333, + 0.8332790409753081, + 1 + ], + [ + 0.11311430089613972, + 1, + 1 ] ] }, diff --git a/ledcontrol/templates/index.html b/ledcontrol/templates/index.html index dd98903..885c77c 100644 --- a/ledcontrol/templates/index.html +++ b/ledcontrol/templates/index.html @@ -22,7 +22,7 @@
-

LEDControl v1.3.0

+

LEDControl v1.4.0


{% for input in form if not input.hide %} {% if input.control == 'select' %} diff --git a/setup.py b/setup.py index 823d1c4..2cfa8e8 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def run(self): setup( name='led-control', - version='1.3.0', + version='1.4.0', description='WS2812 LED strip controller with web interface for Raspberry Pi', long_description=open('README.md').read(), long_description_content_type='text/markdown',