From d190964b95999fd8ffc9297a6d9acf6048e7e8b7 Mon Sep 17 00:00:00 2001 From: cschwinne Date: Sun, 30 Oct 2016 20:04:39 +0100 Subject: [PATCH] implement button on/off --- TODO.txt | 4 +-- wled00/data/index.htm | 11 ++++++--- wled00/data/moon.png | Bin 0 -> 3703 bytes wled00/data/settings.htm | 5 ++-- wled00/wled00.ino | 52 ++++++++++++++++++++++++++++++--------- 5 files changed, 52 insertions(+), 20 deletions(-) create mode 100644 wled00/data/moon.png diff --git a/TODO.txt b/TODO.txt index 61a187dd..5616f5ae 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,11 +1,9 @@ color cycle sequence simple slide transition -add toolbar conf in settings additional color picker field implement all settings setters implement OTA lock / security -implement button implement HSB slider option implement ranges implement discrete range color setter @@ -15,7 +13,9 @@ svg icons in html notifier function -> send get request nightlight function -> turns off after set time (+implement fading) (replace StrContains and num functions) +add preferred colors to settings -> quickly t. UI, button select, BUGS static ip disables mdns XXX authentification for security relevant areas (/edit, /update (!!!), /list, /down, [/settings, /reset, /cleareeprom]) +(Unverified) led_amount does nothing (is always 16) because NeoPixelBus is initiated before EEPROM read diff --git a/wled00/data/index.htm b/wled00/data/index.htm index 929e3b82..32858b26 100644 --- a/wled00/data/index.htm +++ b/wled00/data/index.htm @@ -64,6 +64,10 @@ { window.open("/settings","_self"); } + function ToggleNightMode() + { + + }