Soeren Willrodt
8f364ec638
Change library for ArtiFX
...
Change the library to a fork , so the /edit page can show .wled and .log files
2023-04-08 16:10:32 +02:00
Ewoud
822fcf272b
ARTI-FX change .wled.log to .log
2023-04-08 15:32:58 +02:00
Will Tatam
79c67122dd
Enable WLED_ENABLE_DMX_INPUT again, now we reference a preditacble tag not branch
2023-04-08 13:50:23 +01:00
Will Tatam
eb3ad99b76
Use taged version of esp_dmx
2023-04-08 13:45:08 +01:00
Will Tatam
343252f6c9
Use taged version of esp_dmx
2023-04-08 13:45:08 +01:00
Ewoud
876b08e3e4
Temporary disable WLED_ENABLE_DMX_INPUT in esp32_4MB_V4_S_base
2023-04-08 14:42:14 +02:00
Ewoud
ca9bd2270e
Merge remote-tracking branch 'upstream/main' into mdev
...
Everything merged except platformio.ini
4ld has not been merged previously
Update version to 0.14.0-b15.22
2023-04-08 14:12:17 +02:00
Ewoud
212126b0ad
esp8266_4MB_M: usermods maches max usermods, add net print,set flashsize
2023-04-07 16:40:24 +02:00
Ewoud
a6e2cf0b26
ARTI-FX: Fix printing to USER_PRINT (if !logToFile)
2023-04-07 13:57:27 +02:00
Ewoud
4aea3970a3
ARTI-FX support 8266 (experimental!!) add soundpressure
...
Add ARTI-FX to esp8266_4MB_M (experimental!)
Arti.h
- FREE_SIZE ESP.getFreeHeap() for 8266
- define asChar(x) to print to Serial/File depending on ESP32/8266
- artiPrintf: print to USER_PRINTF (experimental)
Arti_wled.h
- add ARDUINO_ARCH_ESP8266 to ARTI_ARDUINO
- add soundPressure
usermod_v2_artifx.h: use FREE_SIZE
2023-04-07 12:43:38 +02:00
Ewoud
20a91454d1
Post marge: regenerate html_settings
2023-04-06 21:01:38 +02:00
MoonModules
6ef2857d4c
Merge pull request #28 from netmindz/DMX-Input-esp_dmx
...
Dmx input esp dmx
2023-04-06 20:57:41 +02:00
MoonModules
7ffe25d55c
Merge branch 'mdev' into DMX-Input-esp_dmx
2023-04-06 20:51:20 +02:00
Frank
6cce70b207
gravimeter and waverly: option to show sound pressure level
...
* adjusted gravimeter and waverly effects so that "Sound Pressure" can be used instead of volume
* some improvements to gravimeter effect
* fixing some over/underflows in gravimeter
* waverly: option "No Clouds" to only show lower part
2023-04-06 19:21:27 +02:00
Frank
197e120e3b
estimated audio sound pressure
2023-04-06 18:58:20 +02:00
Frank
b09077627e
low-cut audio input filtering
...
* 40Hz low-cut and DC blocker filter - will remove any signal offsets and also removes rumbling noise up to 12db
* DC blocker set as default for all sources (prerequisite for later measuring sound pressure)
additional filtering options are in the making :-)
2023-04-06 17:56:32 +02:00
MoonModules
00e9c59295
Update readme.md
2023-04-06 14:36:08 +02:00
MoonModules
a77900b095
Update readme.md
2023-04-06 14:32:53 +02:00
MoonModules
669b81de92
Update readme.md
2023-04-06 14:29:59 +02:00
Ewoud
753f5621d1
ws sendLiveLedsWs: no skiplines to show large matrices uncompressed
2023-04-06 11:49:16 +02:00
MoonModules
7372d30449
Update FUNDING.yml
2023-04-05 23:05:21 +02:00
Ewoud
640418365c
Merge pull request #30 from troyhacks/ES8388-init-fixes
...
ES8388 init optimizations and fixes
2023-04-05 18:02:50 +02:00
TroyHacks
95d6d186c7
ES8388 init optimizations and fixes
2023-04-05 11:00:14 -04:00
Will Tatam
d64cefb2cb
Fix invert of tx and rx pins
2023-04-05 13:19:29 +01:00
Ewoud
cae1c00467
ARTIFX add support for pixelart + small changes
...
arti_wled.h:
- add jsonToPixels and frameTime
- change printf to print
usermod_v2_artifx
- return MAX(frameTime,FRAMETIME);
FX.h and FX_2Dfcn.cpp
- add jsonToPixels
audioreactive.h
- ES8388 allow for default and add moon
2023-04-05 13:22:50 +02:00
Ewoud
e4243c4d36
Merge pull request #5 from netmindz/ES8388
...
WiP - ES8388
2023-04-05 11:02:21 +02:00
netmindz
84f316cdd7
Merge pull request #1 from troyhacks/ES8388-troyhacks
...
Working proof of concept for ES8388
2023-04-04 22:41:10 +01:00
TroyHacks
111c8c9202
Merge branch 'ES8388-troyhacks' of https://github.com/troyhacks/WLED into ES8388-troyhacks
2023-04-04 17:04:55 -04:00
TroyHacks
f44f307f89
Comments and typos, init optimization and shortening.
2023-04-04 17:04:18 -04:00
Troy
7d32bc5f97
Merge branch 'ES8388' into ES8388-troyhacks
2023-04-04 14:10:04 -04:00
TroyHacks
a6a1bbabeb
Remove platform.ini entry for ES8388
2023-04-04 14:07:09 -04:00
TroyHacks
c38baf90b5
Removing local lib copy
2023-04-04 14:04:02 -04:00
TroyHacks
d775f7fb28
Removed reliance on the ES8388 library and made things more in line with similar boards with I2C init.
2023-04-04 14:01:47 -04:00
Ewoud
4997145d8e
Fastled usermod, add Stefan Petrick effects PolarBasics & CircularBlobs
...
CC BY-NC 3.0 licensed effects only include this usermod only if you accept the terms!
Therefore not enabled in platformio.ini builds.
2023-04-04 13:02:43 +02:00
TroyHacks
bd477624f0
Working proof of concept for ES8388
2023-04-03 22:41:29 -04:00
Will Tatam
03570848f4
Merge branch 'mdev' into ES8388
2023-04-03 19:20:41 +01:00
Will Tatam
760ff836c3
Merge branch 'mdev' into ES8388
2023-04-03 19:15:28 +01:00
Blaž Kristan
d17a41f7f1
Merge pull request #3155 from werkstrom/patch-1
...
Adjustments to Pixel Art Converter
2023-04-02 18:13:22 +02:00
Blaz Kristan
503f71f004
Npm run build
2023-04-02 18:07:48 +02:00
Ewoud
329899f410
ooops
2023-04-02 15:56:27 +02:00
Ewoud
3dd7873143
First b15 daily build: add fastled usermod
2023-04-02 15:50:09 +02:00
Henrik
9307105b3f
Redone in Patch-1
2023-04-02 13:52:20 +02:00
Ewoud
27e8915106
Versioning: 0.14.0-b15 (use the .21 extension on future commits)
2023-04-02 13:42:12 +02:00
Henrik
567daf9946
Merge branch 'Aircoookie:main' into patch-1
2023-04-02 13:35:31 +02:00
Ewoud
eead626dd5
0.14.0-b15.21 release!
2023-04-02 13:22:38 +02:00
Frank
11a02bb814
DJLight upgrade
...
* normal mode: similar to 0.13.x version
* candy factory mode: produce more brighter colors
2023-04-01 23:21:02 +02:00
Frank
292c4e25ba
small updates
...
* colors.cpp: disable gamma calculation if CIE table mode is active (WLED_USE_CIE_BRIGHTNESS_TABLE)
* fx.cpp: small improvement to FreqMap, and bugfix for effects that modify binNum / maxVol
* pio: update for Line-In shield pins (final hardware version)
2023-04-01 22:13:46 +02:00
Frank
af44730418
platformio.ini minor cleanups
...
- fixed a few typos, trailing spaces and bad alignments
- added the previous 8266 platform packages as a comment, just in case
- [env:esp32dev_V4_qio80] is actually "dio" --> renamed to [env:esp32dev_V4_dio80]
- all esp32dev targets use the same ${esp32.platform} now (3.2.0 would not compile any more)
2023-03-31 15:44:21 +02:00
Frank
4e8974a69b
pio: generic build env for ESP32-S2, and some cleanup
2023-03-30 23:59:38 +02:00
netmindz
d64cbc9059
Merge branch 'MoonModules:mdev' into DMX-Input-esp_dmx
2023-03-30 19:05:19 +01:00