Frank
e8d3712d4f
esp32_4MB_PSRAM changed from "M" to "S"
...
to provide some more space for future additions in the code.
2023-03-30 18:48:39 +02:00
Will Tatam
dc089f6227
DMX settings display tweak
2023-03-30 15:36:19 +01:00
Will Tatam
c867e34ed3
Add logger to show connect and disconnect
2023-03-30 15:35:00 +01:00
Will Tatam
db812439ff
Merge branch 'mdev' into DMX-Input-esp_dmx
2023-03-30 15:26:05 +01:00
Will Tatam
63c31f1adf
Add logger to show what port used for dmx input
2023-03-30 15:21:40 +01:00
Will Tatam
f34ba8f3fb
Remov hard coded pin values for DMX
2023-03-30 15:15:38 +01:00
Will Tatam
817b9e6f95
Load DMX input values from config
2023-03-30 15:08:57 +01:00
Frank
922b8b69db
small oops
2023-03-30 15:28:54 +02:00
Frank
949f296167
legacy support: allow USE_ALT_DISPlAY as alias for USE_ALT_DISPLAY
...
just to prevent that existing user build envs stop working ... the difference between "L" and "l" is sometimes hard to see.
2023-03-30 15:26:39 +02:00
Will Tatam
4143c83412
Fix error in dmx settings
2023-03-30 13:02:05 +01:00
Will Tatam
e3df48f095
Update json values for dmx input
2023-03-30 12:53:01 +01:00
Will Tatam
1f461466ac
Update varaibles when posting new settings
2023-03-30 12:47:10 +01:00
Will Tatam
901ab7a6fc
Trying to move DMX Input setting to sync menu
2023-03-30 12:35:45 +01:00
Ewoud
82dc456fd7
Rename Custom Effects to ARTI-FX
2023-03-30 10:02:08 +02:00
Frank
51f38e0a76
Merge pull request #3144 from Aircoookie/esp8266-core
...
ESP8266 core 4.1.0, ESP32 core 5.2.0 (S2,S3,C3)
2023-03-30 00:24:43 +02:00
Frank
54eb42d658
build env for -C3 with only 2MB flash
...
based on proposal from in PR #2951 by @andyshinn.
2MB does not allow to have an OTA partition, so this feature is disabled.
2023-03-30 00:20:01 +02:00
Frank
a7a6f4cec6
small re-organization of build flags
...
* -Wno-attributes added to common flags
* USB_MSC and USB_DFU flags moved to common board sections (does not make sense with WLED to ernable these)
2023-03-30 00:03:04 +02:00
Ewoud
d9c886abdc
Create or delete bigPeek (click on smallPeek/bigPeek)
2023-03-29 21:59:49 +02:00
Frank
fd658fcc32
DJ Light: update to adjust to frequency channels of 0.14.x
...
related to https://github.com/MoonModules/WLED/issues/12
- fftResult channels contain different frequencies in 0.14
- fftResult content is more balanced in 0.14, while in 0.13 it was always strong in low, an always weak in high frequncies
- an new idea to avoid pastel colors: increase color saturation (HSV)
2023-03-29 13:51:15 +02:00
Christian Schwinne
3968a8e0dc
Attempt fixing GitHub actions ESP8266 build ( #3151 )
...
(explicit toolchain version)
2023-03-28 23:19:00 +02:00
Ewoud
6316c5ef6b
Optimize liveview2D
2023-03-28 16:02:29 +02:00
Ewoud
a560db06ff
UI: Max pin dropdown with
2023-03-28 11:38:47 +02:00
Ewoud
ddd4c0d676
UI tweaks
2023-03-28 10:51:38 +02:00
Will Tatam
d530b3b8b7
Use non-blocking DMX input
2023-03-27 21:00:18 +01:00
Ewoud
5991aa8624
UI/GFX improvements
2023-03-27 20:41:53 +02:00
Ewoud
9b25b6d8c6
Changes in Debug messages
2023-03-27 20:26:03 +02:00
Blaz Kristan
9e8ff27a7f
Change log update
2023-03-27 15:49:02 +02:00
Ewoud
df4be5550f
Net Debug = Net print and tablet pc mode on 1024
2023-03-27 14:47:13 +02:00
Frank
d74f41d680
oappendi: fix stack corruption due to large numbers (ESP32 only)
2023-03-27 13:19:35 +02:00
Ewoud
5611a54a1a
Merge remote-tracking branch 'upstream/main' into mdev
2023-03-26 21:19:11 +02:00
Frank
049d0f901d
four-line-display: support for SSD1309 and SSD1327 (SPI only)
...
* driver for SSD1309 4-Wire SPI (128x64) - untested
* driver for SSD1327 4-Wire SPI (128x128) - tested with waveshare 1.5in grayscale OLED
* driver Info to "clock mode" (WLED_DEBUG only)
* correct some misleading comments
* fix some typos
2023-03-26 14:38:14 +02:00
Frank
361a3b1cb3
four-line-display: make SPI work again
2023-03-26 14:00:16 +02:00
Blaz Kristan
7dd3d2b040
Merge branch 'main' into esp8266-core
2023-03-26 10:20:09 +02:00
Blaz Kristan
13678cb8d5
Add adjustable Random Cycle time.
...
- solves #3147
2023-03-25 21:28:30 +01:00
Frank
762c639fc8
chores
...
npm run build
2023-03-25 21:10:42 +01:00
Frank
f52e706c95
minor improvements for debugging
...
* Info page: status of Serial (can be disconnected on new MCUs), and owner of RX/TX pins
* improved handling of Serial (don't write if not connected)
* added min available stack size to debug output (esp32 only)
* webserver show remaining stack size
* webserver: show string buffer usage
2023-03-25 21:10:15 +01:00
Frank
df9df5e4c8
audireactive: fix for missing dropdowns on -S3/-S2/-C3
...
these MCUs do not support analog mics, however some code was still existing that tried to add 'AudioReactive:analogmic:pin'.
2023-03-24 17:16:10 +01:00
Ewoud
a66274d532
Random Cycle -> Random Smooth + netdebug/serial bugfix
2023-03-24 15:36:00 +01:00
Ewoud
274cdb4d32
Support tablet PCMode, Peek -> GFX
...
index.css: remove #Colors (br instead), PCmode when size < 798
index.html: Change Peek to GFX, add div colorGFX, effectGFX, segGFX
index.js:
- remove peekexp, segvexp,
- add colorGFX, effectGFX, segGFX controls,
- remove expandV/eandp
- improve segment view gfx
- refactor toggleLiveView
- togglePcMode: support smaller (tablet) screens
2023-03-24 14:32:57 +01:00
Frank
5c6e627d28
update for ICS big speaker MIC profile
...
- reduce reaction to bass
- improved "pink noise" response in mid range
- enhance reaction to higher frequencies
- Lupo is back
2023-03-24 13:17:40 +01:00
Will Tatam
4f11efb417
WLED_ENABLE_DMX_INPUT enable for now on all _V4 builds
2023-03-24 10:25:06 +00:00
Will Tatam
f8a696ce5b
WLED_ENABLE_DMX_INPUT should be off by default
2023-03-24 10:01:47 +00:00
Will Tatam
49e58b29c9
Cleanup
2023-03-24 09:55:25 +00:00
Will Tatam
d3dee2afa6
Allocate pin
2023-03-24 09:55:25 +00:00
Will Tatam
733740da8f
Code cleanup
2023-03-24 09:55:25 +00:00
Will Tatam
fb7fa5ab6c
Place port setup all in dmx.cpp
2023-03-24 09:55:25 +00:00
Will Tatam
ed54d102ff
Only supported with newer platforms
2023-03-24 09:55:25 +00:00
netmindz
bda95faafd
Merge branch 'MoonModules:mdev' into DMX-Input-esp_dmx
2023-03-23 21:40:14 +00:00
Frank
8c92b76e2e
attempt to fix issue #24 (untested)
...
an attempt to fix problems with SPI OLED displays. It compiles, but not tested yet.
2023-03-23 20:17:17 +01:00
Ewoud
272a41f715
simplify preset sort for quick load labels and ir remotes using id
...
simplify sort to better align with quick load labels (sort first) and ir remotes using id (sort after presets)
2023-03-23 16:46:08 +01:00