Ewoud
69345df28a
setMode and genPresets changes
...
version 0.14.0-b1.16
FX_fcn.cpp: setMode: map, sound, rev, mir reset to oldvars
index.js: refactor genPresets (fx id as preset id), reset to defaults
fx.cpp: fire flicker and firenoise pal=0 as default
2023-01-16 18:31:17 +01:00
Ewoud
437bfc825c
Merge remote-tracking branch 'upstream/main' into mdev
2023-01-10 15:39:17 +01:00
Ewoud
3b146bbe35
0.14.0-b1.13 to 0.14.0-b1.14
2023-01-02 21:50:43 +01:00
Ewoud
6f38c54da1
Change to 0.14.0-b1 version
2022-12-24 15:44:21 +01:00
Ewoud
d1bf3b4690
Merge remote-tracking branch 'origin/ac_main' into mdev
2022-12-24 15:27:43 +01:00
cschwinne
0e236f9d88
0.14.0-b1
2022-12-23 04:38:30 +01:00
Ewoud
949373df91
Add usermod help links for AR, 4LD and weather
...
Other usermods:
void appendConfigData()
{
...
oappend(SET_F("addInfo('<modname>:help',0,'<a href=\"https:// \">Help</a>');"));
...
}
2022-12-19 16:42:07 +01:00
Ewoud
27bbccc314
Custom Effects: add fftResult
...
Version 0.14.0.11
Custom Effects
- Update to wledv033.json
- change sampleAvg to volume
- custom effects is 1d effect (to enable expand function), however 2D just possible!
2022-12-16 14:07:30 +01:00
Ewoud
3160a0b090
Merge remote-tracking branch 'origin/ac_main' into mdev
2022-12-06 14:38:49 +01:00
Frank
73d491eb40
MM version 0.14.0.9
2022-12-04 20:14:37 +01:00
Ewoud
e799cb5bd1
CustomFX, platformIO and bin name: small updates
...
platformio:
- remove ABL_MILLIAMPS_DEFAULT from build_flags_min, set default 1500 in const.h
- add default in wemos_shield_esp32_4MB_max_base
- add wemos_shield_esp32_16MB_SPM1423_max
arti_wled.h: bugfix use all leds in 2D
usermod_v2_customeffects.h: fill black if call==0
index.js and xml.cpp: bin name: replace one _ by ' ' to enable line wrap in info tab and ota update
2022-11-29 15:32:26 +01:00
Ewoud
bf51b0bdf1
addInfo fix and simpler version numbering system
...
- addInfo: revert back to initial solution to fix mixing up pre and post
- new version: 0.14.0.7 (stop using 2 digits at the end
2022-11-28 20:34:42 +01:00
Ewoud
ace3035d4a
Small changes and version 0.14.0.6.0
...
Including 2D peek max 4096 leds
2022-11-24 10:57:18 +01:00
Ewoud
e5b54c947b
Grouping um settings, add pre and post Info, update SR & 4LD settings
...
Settings_um.htm:
- modify addField (grouping)
- addInfo (pre and post texts)
2022-11-20 13:53:47 +01:00
Ewoud
181f8c546b
Add audio responsive pallette by Netmindz
...
const.h: increase GRADIENT_PALETTE_COUNT
fcn_declare: add getCRGBForBand
FX.h: add getAudioPalette
FX_fcn.cpp: call and getAudioPalette, add Audio Responsive palette
palettes.h: add audio_responsive_gp
util.cpp: add getCRGBForBand
2022-11-18 12:09:47 +01:00
Ewoud
017f0267a2
Increase 0.13 backwards compatibility
...
global LED buffer default true (0.13 backward compatibility)
Restore effects back to 0.13 (
- mode_wavesins
- mode_2DLissajous (uses segment setUpLeds)
- mode_2Dsquaredswirl (custom3<<3)
- mode_2DAkemi (uses segment setUpLeds)
setSegment implements setUpLeds if globalleds
2022-11-17 15:41:12 +01:00
Ewoud
eb2bf421b0
Version update and small fix
2022-11-17 11:23:49 +01:00
Ewoud
ede08cedf2
Merge remote-tracking branch 'origin/ac_main' into mdev
2022-11-15 12:47:32 +01:00
Ewoud
3b21f02442
Fix Ledmap dropdown in presets
...
platformio: cosmetic updates
index.js: ledmap: show filename instead of nr
update.htm: remove installed bin prompt
json.cpp: deserializeState: assign loadLedmap from root, serializeState: assign loadLedmap to root / remove from root
presets.cpp: savePreset: assign loadLedmap from sObj
util.cpp: init ledMaps to 0
2022-11-15 11:42:25 +01:00
Ewoud
f2adc5eff4
Add bin name in info tab, bin name starts with WLEDMM
...
package.json: Version from 0.14.0.2.0 to 0.14.0.2.1
output_bins.py and xml.cpp: MM postfix after WLED in bin name
index.js and json.cpp: Add bin name in info tab
2022-11-09 11:56:03 +01:00
Ewoud
492fd294de
Merge remote-tracking branch 'origin/main' into mdev
2022-11-08 18:12:43 +01:00
Ewoud
0474be3069
Platformio: Refactor PSRAM, S3 and 8266 entries
...
package.json: -mmod -> _MM
platformio.ini: refactored:
esp32mdev_PSRAM -> min_esp32_4MB_PSRAM
esp32s3-mdev -> min_esp32S3_8MB (compile error!)
esp8266mdev -> min_esp8266_4MB (link error!)
(using extends)
json.cpp: getMinFreeHeap not for esp8266
2022-10-30 10:40:35 +01:00
Ewoud
305c9c5566
Use WLED_RELEASE_NAME to generate bin names and show the name in update
...
Package.json: set version to mmod numbering
platformio.ini: refactor mmod entries using extend and WLED_RELEASE_NAME
update.htm: change to installed bin
wled.h: add releaseString
xml.cpp: set bin name
2022-10-28 12:25:10 +02:00
Blaz Kristan
81b4a35076
Corrrect version info.
...
AC CSS
2022-09-20 22:06:37 +02:00
Frank
df6b5dcb11
Squashed commit of the following:
...
commit 58aa922b9c
Author: Frank <91616163+softhack007@users.noreply.github.com >
Date: Sat Sep 10 18:52:40 2022 +0200
update page: show "MoonMod WLED"
small change to help people recognize they are running our software (not plain AC WLED).
2022-09-10 18:59:04 +02:00
Blaz Kristan
8e03395b53
New segment bugfix.
2022-09-06 15:47:41 +02:00
Christian Schwinne
b44ed70112
Merge branch 'main' into segment-api
2022-08-18 20:13:02 +02:00
cschwinne
420f858d9b
Release of WLED v0.13.2
2022-08-15 02:08:48 +02:00
Blaz Kristan
f0d36fd769
WLED 2D matrix support.
...
- Added 2 sample effects to UI.
- 2D segment details.
- 1D effect upscaling to 2D.
- 2D setPixelColorXY() and other utility functions
- Arbitrary panel position & oritentation.
- 2D settings with physical to logical mapping.
- Bump version.
2022-05-08 10:50:48 +02:00
Blaž Kristan
aecfa3ff0f
Merge branch 'master' into master-merge
2022-03-16 08:52:48 +01:00
cschwinne
522e752582
Add ability to skip up to 255 LEDs ( #2342 )
2022-03-16 01:45:07 +01:00
cschwinne
6c315e5a9c
0.13.1
...
Fix persistent preset bug
2022-03-15 03:45:20 +01:00
cschwinne
ef0f91d8d0
Release of WLED v0.13.0
2022-03-15 02:28:26 +01:00
cschwinne
ed90b638a9
Main seg replaced by first selected in internal interfaces
...
Version bump to 0.13.0-b7
Various small improvements
2022-02-23 19:20:07 +01:00
Blaz Kristan
05f92b74e7
Bump to 0.13-bl7.
2022-02-20 22:36:37 +01:00
Blaz Kristan
8386b9a0b4
Removed dynamic JSON buffer entirely.
...
Temporary presets in RAM (ESP32)
Async loading of presets (stability).
Other minor fixes.
Bumped version to 0.13.1-bl6
2022-01-01 12:52:50 +01:00
cschwinne
9e6866c160
0.13.0-b6
2021-12-08 01:22:48 +01:00
Blaz Kristan
d6be7b4cae
cdata.js and simple UI optimization.
2021-11-30 16:27:55 +01:00
cschwinne
bc403440ba
0.13.0-b5
2021-11-17 01:18:19 +01:00
cschwinne
8afaac1e30
0.13.0-b4
2021-10-11 02:42:58 +02:00
Blaz Kristan
006edacd55
Virtual WLED spanning multiple instances.
...
- added BusNetwork class to BusManager
- added DDP realtime data broadcast
Added SW= option to HTTP API.
Fixed z-index on nodes list.
2021-09-23 21:44:24 +02:00
cschwinne
96422de031
0.13.0-b3
2021-09-21 23:37:35 +02:00
Blaz Kristan
dcfbf2b154
Simplified UI and general UI polishing (CSS, HTML & JS).
...
Boot transition fix.
Local storage invalidation when uploading presets.json.
2021-08-10 17:11:17 +02:00
Blaž Kristan
0e1ad39ede
Merge branch 'master' into dev
2021-07-14 13:43:42 +02:00
cschwinne
6a8ed1192f
Accept hex color strings in individual LED API
...
Version bump to 0.13.0-b2 "Toki"
Fixed transition property not applying unless power/bri/color changed next
Moved transition field below segments (temporarily)
2021-07-10 16:14:17 +02:00
Blaz Kristan
8769234e28
Merge branch 'master' into dev
2021-07-04 15:29:46 +02:00
Christian Schwinne
793a01f7ca
Bus wrapper simplification ( #2054 )
...
* Use RMTN method
* Simplify BusWrapper
* Update PlatformIO configuration
* Fix non-included dependencies
2021-07-03 13:52:23 +02:00
Blaž Kristan
9f885407f5
Merge branch 'master' into dev
2021-07-01 13:24:48 +02:00
cschwinne
599a456c81
Version bump to 0.13.0-b0 "Toki"
...
- Added playlist editor UI
- Reordered segment UI and added offset field
- Raised maximum MQTT password length to 64 (closes #1373 )
2021-06-30 01:23:35 +02:00
Blaz Kristan
1a80439825
Merge branch 'master' into dev
2021-06-15 23:36:12 +02:00