Will Tatam
43320a0eef
pixel limit for hub75
2024-02-25 17:02:59 +00:00
Will Tatam
668a7577d4
pixel limit for hub75
2024-02-25 17:01:16 +00:00
Will Tatam
c463d5179d
Set pixel limit by bus type
2024-02-25 17:00:41 +00:00
Will Tatam
3162579f8e
reset default back
2024-02-25 16:16:03 +00:00
Will Tatam
b793bb33c7
Allow more pixels
2024-02-25 13:44:23 +00:00
Will Tatam
565e74082e
Try LOLIN_WIFI_FIX with matrix portal to see if that helps with poor wifi
2024-02-25 12:30:27 +00:00
Will Tatam
bf1a91a501
Resolve validation error for length
2024-02-25 12:07:02 +00:00
Will Tatam
e3e9ff72fa
Force chain length to 1 for 64 panels
2024-02-25 11:24:12 +00:00
Will Tatam
240c55da29
Update generated html
2024-02-25 10:40:25 +00:00
Will Tatam
e2aad4783d
Allow chain of 1-4 panels - subject to memory
2024-02-24 17:27:20 +00:00
Will Tatam
26de408626
Add 8S and 16S, 1/8 ad 1/16 support
2024-02-24 11:30:22 +00:00
Will Tatam
3b1f408b25
Check full range of TYPE_HUB75MATRIX types
2024-02-23 20:10:45 +00:00
Will Tatam
99511f2448
Merge branch 'mdev' into ESP32-HUB75-MatrixPanel-DMA
2024-02-22 21:39:53 +00:00
Ewoud
22d0675a3b
Merge pull request #118 from Brandon502/mdev
2024-02-22 19:19:04 +01:00
Brandon502
bff643f100
Update html_ui.h
2024-02-22 12:47:42 -05:00
Will Tatam
a92292a780
Allocate pins using pinManager
2024-02-22 10:56:18 +00:00
Will Tatam
2065d9ca2e
Allocate pins using pinManager
2024-02-22 10:46:56 +00:00
Brandon502
017b572897
Expand1D PinWheel changes
2024-02-21 17:44:08 -05:00
Brandon502
3e131014b2
Added PinWheel Expand1D Effect
2024-02-20 17:26:36 -05:00
Frank
86b0eeafb7
Ledmaps loading bugfix (wrong size, memory corruption)
...
* File.readbytesuntil does not terminate strings. So the string buffer needs to be filled with zero's before reading.
* fix crashes (mem corruption) when ledmap file has too many / too few entries.
* initialize unused map places with "identity" (same led) mapping
before fix:
> Reading LED map from /ledmap1.json
> ("width": 60edmap1.json) ("height": 90edmap1.json)
> resetSegments 1 60x90
> allocLeds (0,0 to 60,90), 16200 from 0
> allocLeds (0,0 to 60,90), 16200 from 6
> deserializeMap 60 x 90 customMappingTable alloc 5400 from 0
after:
> Reading LED map from /ledmap1.json
> ("width": 60) ("height": 9)
> resetSegments 1 60x9
> allocLeds (0,0 to 60,9), 1620 from 0
> allocLeds (0,0 to 60,9), 1620 from 6
> deserializeMap 60 x 9
> deserializemap customMappingTable alloc 540 from 0
2024-02-20 15:10:25 +01:00
Frank
e833b898e4
bugfix: prevent IR malfunction with long LED strips / high framerates
2024-02-18 17:06:59 +01:00
Frank
0628152297
build number up
2024-02-18 16:59:03 +01:00
Frank
287c0f5df4
fastpath: use I2S driver for second bus
...
some user reported that this reduces random LEDs flickering
2024-02-18 16:58:13 +01:00
dependabot[bot]
adb3eaa578
Bump urllib3 from 1.26.15 to 1.26.18 ( #3455 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.15 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.15...1.26.18 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-12 22:44:40 +01:00
Blaz Kristan
e7285c7a03
Possible fix for #3589 & partial fix for #3605
2024-02-12 22:13:17 +01:00
Blaz Kristan
567d513a3b
Prevent JSON buffer clear after failed lock attempt
...
(alternative to #3743 )
2024-02-12 22:12:46 +01:00
Blaz Kristan
2a1f250961
Multiple analog button fix for #3549
2024-02-12 22:12:12 +01:00
Blaž Kristan
d484df0d06
Merge pull request #3732 from wled-install/patch-1
...
UM Audioreactive: add two compiler options
2024-02-12 22:02:04 +01:00
Frank
c9b416a4fe
prevent flickering during OTA
...
I've almost toasted my wiring due to uncontrolled LED flickering during OTA.
So here is the fix - it prevents any strip updates when OTA is ongoing.
2024-02-12 21:53:59 +01:00
Frank
7593c23105
minor fixies
...
* setup: print free filesystem space after mount
* loop: forgot to actually reset the stale lock
* handleConnection: (8266) user messages in case of "heap too low".
2024-02-12 21:51:23 +01:00
Will Tatam
977cfb1332
Cleanup flags for adafruit_matrixportal_esp32s3
2024-02-10 18:17:19 +00:00
netmindz
6f15c58024
Merge pull request #111 from MoonModules/dmx_input
...
Implement dmx input with rdm support - with tweaks
2024-02-10 17:39:59 +00:00
Will Tatam
1dc17f93ba
Impliment getPins
2024-02-10 17:34:57 +00:00
Will Tatam
705338448b
Latest UI
2024-02-10 17:32:10 +00:00
Will Tatam
6970b82e37
Merge branch 'mdev' into dmx_input
2024-02-10 17:10:15 +00:00
Will Tatam
afd2b05542
Tweaks to adafruit_matrixportal_esp32s3
2024-02-10 16:00:53 +00:00
Will Tatam
609f1936df
Remove Hub75 led types from list if no support in build
2024-02-10 15:20:19 +00:00
Will Tatam
0c4d5ab0f3
Update comments
2024-02-10 14:05:37 +00:00
Will Tatam
1969f6c257
Cleanup changes to platformio.ini
2024-02-10 13:59:05 +00:00
Will Tatam
9c80997423
Disable GFX
2024-02-10 13:57:45 +00:00
Will Tatam
c50fda1e25
Cleanup changes to platformio.ini
2024-02-10 13:47:00 +00:00
Will Tatam
bd228e3a1c
Merge branch 'mdev' into ESP32-HUB75-MatrixPanel-DMA
2024-02-10 13:44:01 +00:00
Will Tatam
b0a63c59e1
Fix RGB capability issue with HUB75 output
2024-02-10 13:20:34 +00:00
Will Tatam
b7b17ee374
Update HUB75 driver to 3.0.10
2024-02-10 13:19:54 +00:00
Ewoud
5cf908ea25
Remove obsolute usermods - post
2024-02-08 23:02:10 +01:00
Ewoud
675dc29649
Remove obsolete usermods
...
- mode sort
- 4LD (non ALT)
- Rotary encoder (non ALT)
2024-02-08 22:54:06 +01:00
Frank
0f53353177
Update ESP32-Chip_info.hpp
...
minor update
- align with latest chip_info.ino
- remove duplicate info
- string optimizations to reduce flash size
2024-02-08 00:17:00 +01:00
Troy
536af571e9
Merge pull request #115 from troyhacks/WM8978
...
Settings to reject WM8978 mic noise during line-in use.
2024-02-06 14:43:10 -05:00
Troy
3c2feb82ed
Settings to reject mic noise during line-in use.
2024-02-06 14:36:22 -05:00
Frank
16c8810c96
alternative partitions file for 8MB, with more program space
...
3.2MB program, 1.5MB LittleFS filesystem.
2024-02-06 19:24:33 +01:00