Commit Graph

3103 Commits

Author SHA1 Message Date
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
0a1ac6b95b Merge remote-tracking branch 'origin/small-changes' into mdev 2022-09-10 18:53:36 +02:00
Ewowi
74a44ab9d5 platformio.ini: correct 16MB csv file reference 2022-09-10 14:24:14 +02:00
Ewowi
4922c42b25 Merge remote-tracking branch 'origin/dev' into mdev 2022-09-10 14:21:36 +02:00
Ewowi
af2a908f18 Merge remote-tracking branch 'origin/audioreactive-prototype' into mdev 2022-09-10 14:19:47 +02:00
Ewowi
e294475b55 Merge branch 'expand-1DEffects' into mdev 2022-09-10 14:17:45 +02:00
Ewowi
dc41d069ce Improve mode_drip
- Support palettes
- Slower dripping if sliders left
- One drop after the other
- Not fall random but fall if swelled (swell has random component)
- Add Swelling slider (not combined with gravity)
2022-09-10 14:14:44 +02:00
Blaz Kristan
e4fbf70568 Preset loading tuning.
Multi-relay toggle support.
Fire2012 tuning.
2D functions tuning.
Global SPI comments & tuning.
Bugfix in 4LD usermod.
On & bri support fix.
2022-09-09 17:16:52 +02:00
Frank
cf93d6bb65 more precision for debug info (FFT timing)
keep more detailed timing info for FFT and I2S (WLED_DEBUG)
2022-09-08 22:45:32 +02:00
Frank
228890aa19 Merge remote-tracking branch 'origin/dev' into audioreactive-prototype 2022-09-08 20:47:49 +02:00
Frank
ad8512e246 Revert "Compiling AR usermod on ESP32-S3 (future support)"
This reverts commit 7894389f1d.
2022-09-08 20:41:33 +02:00
Frank
e6d0859d1a Squashed commit of the following:
commit c4e7bc29cd
Author: Frank <91616163+softhack007@users.noreply.github.com>
Date:   Thu Sep 8 19:17:47 2022 +0200

    microphone profiles (frequency scaling)

    - added user-selectable frequency profiles, to allow adjustments for different I2S microphones (including line-in)
    -  additionally show "GEQ Input Level" as number in percent.

commit a661dd6999
Merge: 80347c24 a84afdf1
Author: Frank <91616163+softhack007@users.noreply.github.com>
Date:   Thu Sep 8 18:34:37 2022 +0200

    Merge remote-tracking branch 'origin/mdev' into audio-reactive
2022-09-08 19:29:17 +02:00
Frank
d24aa330cb Merge remote-tracking branch 'origin/audio-reactive' into mdev 2022-09-08 19:18:30 +02:00
Frank
80347c248d Merge remote-tracking branch 'origin/audioreactive-prototype' into audio-reactive 2022-09-08 16:54:49 +02:00
Ewowi
719f22b26e Merge branch 'dev' into expand-1DEffects 2022-09-08 15:56:42 +02:00
Ewowi
a84afdf199 Merge branch 'json-mapping' into mdev 2022-09-08 11:38:45 +02:00
Ewowi
7b1050bcb1 Merge branch 'custom-effects' into mdev 2022-09-08 11:38:39 +02:00
Ewowi
282b024e45 Merge branch 'small-changes' into mdev 2022-09-08 11:38:33 +02:00
Ewowi
782caadc57 Merge branch 'dev' into mdev 2022-09-08 11:38:10 +02:00
Ewowi
a1fa1ff105 json mapping: refactor
- virtualLength back to const
- rename getjMap() to createjMap()
- rename initjMapDoc to updatejMapDoc
- rename jMapC to jMap
- updatejMapDoc: delete if no name, reset name if no file found
- case M12_jMap: do not use getjMap
- deserializeSegment: create or delete jMap
2022-09-08 11:37:23 +02:00
Ewowi
a20501a6a6 CustomEffects: Remove unused variables which conflict with other mods 2022-09-08 10:20:54 +02:00
Ewowi
82bcc6914a platformio.ini: add USERMOD_WEATHER and increase WLED_MAX_USERMODS 2022-09-08 10:15:32 +02:00
Ewowi
288e22e821 platformio.ini: set ABL_MILLIAMPS_DEFAULT=1500 to support up to 1024 leds 2022-09-07 13:57:14 +02:00
Ewowi
901e8b4cde Merge branch 'small-changes' into mdev 2022-09-07 11:47:38 +02:00
Ewowi
a4bffd909d platformio.ini: wemos shield: remove faulty rotary encoder pins 2022-09-07 11:47:19 +02:00
Ewowi
a576fc88a4 Merge branch 'small-changes' into mdev 2022-09-07 09:50:15 +02:00
Ewowi
aefc1dd276 Update plaformio.ini (fft, flashmode, esp32mdevums)
- add esp32mdevums
- move to kosme/arduinoFFT and UM_AUDIOREACTIVE_USE_NEW_FFT
- add f_flash = 80000000L and flash_mode = dio
- update wemos_shield_esp32
2022-09-07 09:48:38 +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
Blaz Kristan
94243ac605 Better palette blending. 2022-09-06 21:44:11 +02:00
Ewowi
0fad8ffd85 Merge remote-tracking branch 'origin/mdev_new-FrameWork-V4' into mdev 2022-09-06 17:53:02 +02:00
Ewowi
ab65970a9d Merge remote-tracking branch 'origin/audioreactive-prototype' into mdev 2022-09-06 17:49:39 +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
e8942c2968 fix for repeating debug message 2022-09-06 15:52:09 +02:00
Blaz Kristan
8e03395b53 New segment bugfix. 2022-09-06 15:47:41 +02:00
Blaz Kristan
3a1ddce13f Return of Supāku. 2022-09-05 19:56:55 +02:00
Blaž Kristan
6c18857109 Fix build. 2022-09-05 19:01:58 +02:00
Blaž Kristan
508b1e76c2 Merge conflict fix. 2022-09-05 18:36:10 +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
cschwinne
a0c90d4ba3 Disable unused characters in fonts
saves 5kB flash
Added 4x6 font
2022-09-05 03:18:59 +02:00
Blaz Kristan
2c27240da6 Remove DISABLE_AUDIO 2022-09-05 00:43:26 +02:00
Frank
7a5a460bdf update, and new env for PSRAM
- bus_wrapper: align with my PR for AC 14.0
- added new compilation env with PSRAM support.
2022-09-04 22:50:08 +02:00
Blaz Kristan
787f5f06df Global gamma.
Randomcycle palette bugfix.
2022-09-04 20:17:05 +02:00
Frank
7894389f1d Compiling AR usermod on ESP32-S3 (future support)
Encapsulated all parts with #ifdef that will not compile on newer ESP32 variants.
It's still a long way to go before we have a working version on -S3 and -C3, bus this should help to get us started.

From MoonModule/WLED repo.
2022-09-03 19:03:00 +02:00
Frank
da5f6315be fix for repeating debug message 2022-09-03 18:43:28 +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
Frank
78d79be5a4 fix for repeating debug message 2022-09-03 18:21:37 +02:00
Frank
2436a1c52c Hardware Info in debug output
Adds these to lines to the serial USB debug output (at startup):
````
CPU:   ESP32-S3 rev. 0, 2 core(s), 240MHz.
FLASH: 8MB, Mode 2 (DIO), speed 80MHz.
PSRAM not used.````
2022-09-03 16:55:30 +02:00
Frank
b13f13c2e4 typo 2022-09-03 14:31:18 +02:00