Ewowi
bd6ef0464f
Merge remote-tracking branch 'origin/dev' into mdev
2022-10-10 16:35:25 +02:00
Blaz Kristan
bd025309fb
Custom palette name bugfix.
2022-10-04 22:10:20 +02:00
Ewowi
6aa189fb65
Merge remote-tracking branch 'origin/dev' into mdev
2022-10-01 12:05:49 +02:00
Blaz Kristan
4cd6bafc15
Merge branch '0_14' of https://github.com/aircoookie/WLED into merge-0_14
2022-09-27 18:34:03 +02:00
Ewowi
ab3c07a2a8
Merge branch 'dev' into mdev
2022-09-23 13:02:51 +02:00
Christian Schwinne
5f606bb0b7
DMX improvements (merge #2619 ) ( #2794 )
...
* Art-Net improvements
* Fix brightness level
* Update cfg.cpp
Co-authored-by: 4lloyd <github@lloydpost.nl >
2022-09-23 01:02:49 +02:00
Blaz Kristan
222b92807e
Percent FX use % as index in palette.
...
FX Checkmark bugfix.
2022-09-21 21:09:52 +02:00
Blaz Kristan
de90e5b753
Percent FX use % as index in palette.
...
FX Checkmark bugfix.
2022-09-21 21:09:01 +02:00
Ewowi
37ee28fa0a
Merge remote-tracking branch 'origin/dev' into mdev
2022-09-21 18:26:20 +02:00
Blaz Kristan
81b4a35076
Corrrect version info.
...
AC CSS
2022-09-20 22:06:37 +02:00
Blaz Kristan
fc0dc4472b
Merge branch 'esp32-s2' into dev
2022-09-20 21:52:40 +02:00
Ewowi
96fc330b26
Merge branch 'small-changes' into mdev
2022-09-20 11:21:09 +02:00
Ewowi
5aa7b34b05
Add total heap and total psram into Info tab
2022-09-20 10:58:59 +02:00
Ewowi
4342cad1cd
Merge remote-tracking branch 'origin/dev' into small-changes
2022-09-20 10:53:51 +02:00
Blaz Kristan
8402de601f
More fixes for GPIOs.
...
UI fixes.
2022-09-13 21:41:51 +02:00
Ewowi
35bdd111d6
Merge remote-tracking branch 'origin/dev' into mdev
2022-09-13 15:02:30 +02:00
Blaz Kristan
a1dc7a52e9
Merge branch '0_14' of https://github.com/aircoookie/WLED into dev
2022-09-12 22:39:00 +02:00
Frank
17428d58d9
extend input ranges to 48 pins
...
this only extends the range of possible inputs. Sanity check will be performed regardless of the max value.
2022-09-11 00:18:33 +02:00
Blaz Kristan
9858a009da
Max GPIO fos I2C/SPI pins.
2022-09-10 21:58:51 +02:00
Blaz Kristan
4f8ffaee5b
S2, S3 & C3 support for settings.
2022-09-10 19:27:00 +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
Frank
58aa922b9c
update page: show "MoonMod WLED"
...
small change to help people recognize they are running our software (not plain AC WLED).
2022-09-10 18:52:40 +02:00
Ewowi
01e67b500d
Revert "Merge remote-tracking branch 'origin/mdev_new-FrameWork-V4' into mdev"
...
This reverts commit 0fad8ffd85 .
2022-09-06 21:54:23 +02:00
Ewowi
0fad8ffd85
Merge remote-tracking branch 'origin/mdev_new-FrameWork-V4' into mdev
2022-09-06 17:53:02 +02:00
Ewowi
1b724dbc0b
Merge branch 'json-mapping' into mdev
2022-09-06 17:44:25 +02:00
Ewowi
5b4c3dce1f
Merge remote-tracking branch 'origin/dev' into json-mapping
2022-09-06 17:40:58 +02:00
Ewowi
985839dbef
Create expand to json mapping
...
- add M12_jMap and use in vL, sPC and gPC
- add void *jMapC, getjMap and deletejMap to Segment!
- remove const from virtualLength as we assign jMapC
- add JMapC class
2022-09-06 17:31:17 +02:00
Blaz Kristan
8e03395b53
New segment bugfix.
2022-09-06 15:47:41 +02:00
Blaz Kristan
4f3de8646a
Additional fix for transpose checkbox.
2022-09-06 15:44:41 +02:00
cschwinne
6802f5a802
Fix several small bugs
...
Fixed no new 2D segments creatable in UI
Fixed brightness not applied if `"on":true` present in the same JSON api call
Fixed CJK text upside down in namelabel (rotate to nicer direction only if no CJK characters)
Gamma correction color enabled by default
2022-09-06 03:06:00 +02:00
Blaz Kristan
3a1ddce13f
Return of Supāku.
2022-09-05 19:56:55 +02:00
Blaž Kristan
51d3268eed
Merge branch 'dev' of https://github.com/blazoncek/WLED into 0_14
...
- remove conditional audio compile
- Random Cycle bugfix
- AudioReactive updates
- global gamma flags
2022-09-05 15:13:15 +02:00
Blaz Kristan
2c27240da6
Remove DISABLE_AUDIO
2022-09-05 00:43:26 +02:00
Frank
af2d8aab98
ESP32-S3 has different GPIO - allow using them in UI
...
This is a dirty hack, but I don't know enough about JS to make a clean solution.
- xml.cpp: -S3 has different "forbidden GPIO".
- LED settings & UM settings: temporarily disabled some "sorry PINS cannot be used" alerts. Changed maximum GPIO number to 48.
2022-09-03 18:36:00 +02:00
Blaz Kristan
42d1ab8a87
Separator in Info dialog.
2022-09-03 00:01:11 +02:00
Ewowi
fc55ff7b6f
Merge branch 'usermod-setttings' into mdev
2022-09-02 16:50:48 +02:00
Ewowi
834aaa1695
Usermod config up: code cleaning, config not found not if um is null
2022-09-02 16:46:46 +02:00
cschwinne
3270605b4f
DDP network bus RGBW support
2022-09-02 03:12:03 +02:00
Ewowi
0827849df4
Merge branch 'usermod-setttings' into mdev
2022-09-01 22:38:33 +02:00
Ewowi
42ec2725f8
Usermod config level up, step 2: Working!
...
- remove settings_um2
- remove addToConfigMenu
- settings.htm: add isO and ldS (inspired by settings_um.htm): add usermod buttons to urows
settings_um.htm: check url um var and if set show only this usermod. Only show globalGPIOs if no usermod
2022-09-01 22:37:52 +02:00
Ewowi
7bb50da4b8
Merge branch 'dev' into usermod-setttings
2022-09-01 21:16:32 +02:00
Ewowi
24bdfd2869
Merge branch 'dev' into mdev
2022-09-01 21:13:01 +02:00
Ewowi
b13d4594ac
Usermod config level up, step1
2022-08-31 22:17:59 +02:00
Blaz Kristan
586e72e797
Remove pxs/NONUNITY option
...
Constrains for bitfields.
Bugfixes.
2022-08-31 21:31:59 +02:00
Blaz Kristan
38bd0d6bbb
Bugfixes
2022-08-31 21:21:53 +02:00
Ewowi
5b8ad8d714
Merge branch 'custom-effects' into mdev
2022-08-31 20:58:44 +02:00
Ewowi
4b39e7a855
CustomEffects: show only editor if fx is Custom Effect
2022-08-31 20:55:28 +02:00
Ewowi
d95e27e8e8
Merge branch 'dev' into mdev
2022-08-31 20:41:34 +02:00
Blaž Kristan
da0da4c75e
Remove NONUNITY
...
Expand soundSim
Tetrix optimisation
2022-08-31 14:24:02 +02:00
Ewowi
06c0c0edfb
CustomEffects as usermod: step 4: modify wledv123.json, add drawLine/Arc
...
General (for CE, but also used by M12_pArc)
- add drawArc
Custom Effects
- add WLEDSR Custom Effects comment to places in WLED where it is hooked in
- move from wled.json to wledv123.json
- rename matrixWidth/Heigth to width/height and use virtualWidth/Height
- remove setPixels
- add drawLine / drawArc
2022-08-31 13:14:51 +02:00