Will Tatam
de8a3666ec
HUB75 - lower color depth for larger panels
2024-10-10 22:27:41 +01:00
Will Tatam
f1b9952bf9
HUB75 - Support BGR color order
2024-10-04 20:21:30 +01:00
Will Tatam
6f03854eda
HUB75 - add comments to example env
2024-10-04 19:20:00 +01:00
Will Tatam
c356846d90
HUB75 - fix hasRGB and missing override
2024-10-04 19:10:53 +01:00
Will Tatam
f7b8828deb
HUB75 - code formatting
2024-10-04 19:01:27 +01:00
Will Tatam
4276671538
HUB75 - Remove hot from show
2024-10-04 18:59:08 +01:00
Will Tatam
5b86c67a98
Error for ESP8266 and hub75
2024-10-04 18:57:59 +01:00
Will Tatam
6ce6b9576d
Merge branch '0_15' into HUB75-AC
2024-10-04 18:53:46 +01:00
Blaž Kristan
ba636b17a0
Merge pull request #4175 from Xevel/fix_polybus_canshow
...
fix Polybus canShow
2024-10-03 16:19:44 +02:00
Blaž Kristan
2a07eb84f6
Merge pull request #4174 from Xevel/0_15
...
Fixed Improv rejecting all properly formatted packets
2024-10-03 16:07:17 +02:00
Nicolas Saugnier
949b9fb10e
Fixed Polybus.canShow always returning true on ESP32
2024-10-03 15:21:39 +02:00
Nicolas Saugnier
ae1b6af0d4
Indent formatting...
2024-10-03 11:07:58 +02:00
Nicolas Saugnier
dd27504d30
Fixed Improv rejecting all properly formatted packets.
2024-10-03 11:04:47 +02:00
Blaz Kristan
c30a08cfc5
Merge branch '0_15' of https://github.com/aircoookie/WLED into 0_15
2024-10-02 20:16:41 +02:00
Blaz Kristan
a4c49aa35e
Fix for #4005
2024-10-02 20:15:58 +02:00
Frank
402fba734a
bugfix for holes in 2D DNA Spiral
...
Holes were visible at height > 32. Root cause: "lerp8x8" seems to be inaccurate --> replaced by a simple linear calculation.
2024-10-02 16:34:36 +02:00
Frank
262af0678f
colored burst effect bugfix (swapped XY dimensions)
...
fixing a bug where width and height got swapped (visible on non-square panels)
2024-09-30 18:35:14 +02:00
Frank
3765d558b6
akemi bugfix fix
...
map2 --> map
2024-09-30 18:26:00 +02:00
Frank
4ed8ded502
Akemi bugfix for panel width > 32
...
due to a math accident, Akemi did not show proper GEQ bands in its hands when width>32
2024-09-30 17:44:38 +02:00
Frank
7fa25ca7ae
pio update - flash size of non-standard boards
...
* adding missing flash size flags that were lost between 0.14 and 0.15
(necessary if you don't flash using esptool)
* adding env:esp32dev_16M for 16MB flash (serg74 esp32-16M, twilightlord esp32 16M)
2024-09-30 11:25:58 +02:00
Frank
d3c401ed4e
wu_pixel small optimization
...
5% faster
2024-09-29 19:29:12 +02:00
Blaz Kristan
10d8cfde85
Fix FX filter bug
2024-09-29 13:00:07 +02:00
Frank
6f221852a2
partition file for 512Kb Filesystem, 1.7MB Program
...
the missing link between 256KB (very small FS) and 700KB (only 100KB extra program)
2024-09-28 18:25:16 +02:00
Frank
6dc2c680c5
Merge pull request #4163 from willmmiles/fix-oappend-merge
...
Fix oappend merge on 8266 (SET_F to F)
2024-09-28 12:45:37 +02:00
Will Miles
9a4b56db6e
Fix incorrect F-strings
...
A merge issue with end-oappend: some strings did not get correctly
converted from SET_F() to F(), which can cause crashes.
2024-09-27 21:06:21 -04:00
Christian Schwinne
8180f2c742
Bump build tool dependencies
2024-09-27 13:46:01 +02:00
Blaž Kristan
c600c6da63
Bus length fix
2024-09-25 09:33:16 +02:00
Will Miles
e789a18553
Merge pull request #4152 from willmmiles/end_oappend_v2
...
End oappend v2
2024-09-24 16:56:51 -04:00
Blaz Kristan
3f3c986932
Merge branch '0_15' into end_oappend_v2
2024-09-24 21:43:47 +02:00
Blaz Kristan
3ccc5babc1
Remov superfluous #if
2024-09-23 20:39:16 +02:00
Will Tatam
e74eb7d3fc
Move examples envs for hub75
2024-09-22 18:11:39 +01:00
Will Tatam
fbeead0c74
Exclude hub75 from pin validdation for xml.cpp
2024-09-22 16:42:11 +01:00
Will Tatam
9a9c65ac8e
Whitespace
2024-09-22 16:29:52 +01:00
Will Tatam
0a8d86cfc3
Always copy all the pin data
2024-09-22 16:23:19 +01:00
Will Tatam
8632a0a6ec
Hub75 - use actual panel config values
2024-09-22 16:22:30 +01:00
Will Tatam
e111b6e1b7
Hub75 - PIN_COUNT const
2024-09-22 15:53:40 +01:00
Will Tatam
b7aba15d58
Always copy all the pin data
2024-09-22 15:27:23 +01:00
Will Tatam
713cbb81b8
Merge branch '0_15' into HUB75-AC
2024-09-22 15:12:37 +01:00
Will Tatam
fc0739703b
cleanup hub75 comments
2024-09-22 13:14:35 +01:00
Will Tatam
382d7e8ac3
Remove stray whitespace from xml.cpp
2024-09-22 13:05:22 +01:00
Will Tatam
23e578bfbf
Swap BusHub75Matrix to use allocateMultiplePins
2024-09-22 12:59:29 +01:00
Blaz Kristan
bd7cd32f91
Add mandatory refresh capability to remove type dependency.
2024-09-22 13:56:14 +02:00
Blaz Kristan
9cb3531e2d
Remove erroneous file
...
Fix constant dependancy
2024-09-21 22:24:36 +02:00
Blaz Kristan
b50e6e0d90
Static PinManager & UsermodManager
...
- saves a few bytes of flash
2024-09-19 21:44:11 +02:00
Will Miles
45cf90094a
Rename destination for getSettingsJS
...
Use a name that makes it a bit clearer what the output is. The new name
is applied consistently through most uses.
Usermods are not yet updated.
2024-09-18 23:35:36 -04:00
Blaz Kristan
ae1df20893
New names
2024-09-18 23:32:15 -04:00
Will Miles
71148740d4
Replace sappend and sappends
...
Use named functions to describe what's being printed.
2024-09-18 23:31:19 -04:00
Will Miles
4ef583c844
xml: Print optimization
...
Reduce the total number of calls by using printf_P and skipping atoi().
2024-09-18 23:27:42 -04:00
Will Miles
16f61ea96d
Usermod: Implement shim for oappend
...
Use a static Print* to transform old oappend calls to print calls.
2024-09-18 23:18:52 -04:00
Will Miles
32f9616b6e
Remove oappend
...
Remove the large stack buffer as we're just going to copy it in to a
heap buffer anyways. Later we can refine the length estimation or use a
rope-style dynamic data structure like DynamicBufferList.
2024-09-18 23:18:51 -04:00