Troy
b62a22e4e6
Remove unused variable
2024-11-17 18:26:04 -05:00
Troy
3828d959e6
Minor indent fix
2024-11-10 13:39:47 -05:00
Troy
9223b3c6cd
Free BusNetwork _data on cleanup
2024-11-10 13:35:54 -05:00
Troy
6b2c4aec2f
Code Review Fixes
2024-11-10 08:58:01 -05:00
Troy
f096da3c8b
Review Fixes
2024-11-10 07:18:39 -05:00
Troy
05d441db61
Review Fixes
2024-11-10 07:15:27 -05:00
Troy
e7fb8f5748
IRAM_ATTR_YN for ES8266
2024-11-07 17:03:24 -05:00
Troy
c45820dea1
Merge branch 'MoonModules:mdev' into Art-Net-Improvements-v2
2024-11-07 13:53:48 -05:00
Troy
7bf3f4aee0
Fixes for ESP8266
2024-11-07 13:48:17 -05:00
Frank
aafebf7aad
bugfix: make pseudo-1D segments (width=1, height=x) work again
2024-11-07 19:34:19 +01:00
Troy
e9ce495d83
P4 Assembly for Art-Net
2024-11-07 13:32:45 -05:00
Troy
3f02ba73df
Art-Net Color Order Maps, RGBW
2024-11-07 13:26:14 -05:00
Troy
3012272ed3
Art-Net sane defaults if using an old config without the new values
2024-11-07 13:14:06 -05:00
Troy
732ae38005
Art-Net P4 Tidy
2024-11-07 13:13:51 -05:00
Troy
44c6a0d73b
Proper Art-Net Settings
2024-11-07 13:12:15 -05:00
Frank
53ecf16ab1
bugfix: make freeze work again
...
the last commit had a side-effect that cause "freeze" to first blank the screen, then freeze.
2024-11-07 16:43:20 +01:00
Frank
d1541b520f
Bugfix: remove ghost pixels when changing segment options
...
... transpose, mirror, reverse, grouping, spacing, size
* unlike AC WLED, when calling seg.fill(BLACK) from webserver context this usually has no effect --> added markForBlank() that shedules segment blanking at the next drawing cycle
* fill previous segment with black when size, grouping or spacing changes
2024-11-07 14:36:39 +01:00
Frank
bab415156b
HUB75 input validation (return of hack-the-DOM)
2024-11-07 12:25:18 +01:00
Frank
c5ebf259cf
HUB75: allow up to 6 panels on -S3
2024-11-07 00:25:35 +01:00
Frank
cbd1ce4705
HUB75 hack-the-DOM
...
* Reversed -> mxconfig.clkphase ; "Inverted clock phase"
* Off Refresh -> mxconfig.latch_blanking = 1; "Single-cycle latch blanking"
2024-11-07 00:06:46 +01:00
Frank
7fb3fe65b2
experimental: strict framerate limit for strip.show()
2024-11-06 13:19:54 +01:00
Frank
d53c0a31e9
FPS calculation minor improvement
...
seems to work better without rounding
2024-11-06 13:18:33 +01:00
Frank
7f3d43bc57
WS2812FX::service() fix for non-fastpath builds
2024-11-05 18:50:22 +01:00
Frank
a2e9e77ca7
setTargetFps with rounding
2024-11-05 18:07:17 +01:00
Frank
b793c7cb9c
trying to stabilze FPS for Art-Net
2024-11-05 17:44:57 +01:00
Frank
9d84fa6bea
Minor UI improvement: link FPS warning to Backup&Restore page
2024-11-05 12:06:48 +01:00
Frank
bceb52411d
Merge pull request #177 from MoonModules/moonHUB
...
add support for T7-S3 (LILYGO / TTGO) with MOONHUB
2024-11-04 23:06:23 +01:00
Frank
0ec5d3394f
T7-S3 (LILYGO / TTGO) with MOONHUB
...
build env and HUB75 pinout for S3 and MOONHUB HUB75 adapter board
2024-11-04 22:54:30 +01:00
Frank
d0f90d0dd2
effect FPS tinkering
2024-11-04 16:28:13 +01:00
Frank
0d6e2c9485
UI improvement (target FPS settings)
2024-11-04 16:01:48 +01:00
Frank
ebeff6590a
Merge pull request #176 from MoonModules/showtime
...
Improved framerate control code - strip.show(), strip.service()
2024-11-04 14:44:37 +01:00
Frank
68c4b830a6
legacy code cleanup
2024-11-04 14:17:59 +01:00
Frank
dc4964a491
small update
...
based on feedback from the PR to upstream
* support "0 FPS" meaning "unlimited"
* keep FRAMETIME_FIXED fixed
2024-11-04 13:47:05 +01:00
Frank
39bf245d1e
HUB75 driver optimization
...
gains up to 3 fps in some effects.
2024-11-03 21:54:41 +01:00
Frank
ffa5445aec
minor pio update
...
avoid pin conflicts with HUB75
2024-11-01 20:13:11 +01:00
Frank
1a44a80830
MM buildenv for S3 WROOM-2 (32MB flash, 8MB PSRAM)
...
this board requires memory_type = opi_opi
2024-11-01 20:08:05 +01:00
Frank
6bae356789
renaming
...
upstream has renamed "now" to "showNow" - so we follow
2024-11-01 17:17:54 +01:00
Frank
bf5fb9ccaa
fix compile errors
2024-11-01 15:12:07 +01:00
Frank
1c782aa369
improvement for non-fastpath
2024-11-01 14:58:12 +01:00
Frank
7c0ecdf7c4
make "target FPS" work
2024-11-01 14:51:12 +01:00
Frank
5fa7d06fe0
typo in comment
2024-11-01 14:08:25 +01:00
Frank
b39120407f
pio: save some flash on 4MB firmware builds
2024-11-01 14:04:46 +01:00
Frank
85035e54e8
bugfix for random crash when changing effects
2024-11-01 13:32:50 +01:00
Frank
6092705cc4
HUB75: reduced panel size limits for HD-WF2
2024-11-01 13:30:49 +01:00
Frank
8eb23d137d
UI "new segment" layout fix
2024-10-31 11:51:27 +01:00
Frank
ac71664af5
Presets UI bugfix
...
"edit" and "open" button were overlapping too much.
2024-10-31 11:22:01 +01:00
Frank
9312506217
detection of "OPI" flash (esp32s3 WROOM-2)
2024-10-30 18:40:26 +01:00
Frank
a362b619fb
fix JSON buffer problem on classic esp32 with PSRAM
...
as it turns out, classic esp32 cannot allocate more than 64kb for json doc.
2024-10-30 17:00:44 +01:00
Frank
e3444174c0
align PSRAM build flags on all MM targets
2024-10-30 15:52:39 +01:00
Frank
91ff04a79b
HUB75 small optimization
...
use CRGB instead converging to uint32_t, then extracting bytes with shift & mask
2024-10-29 18:45:54 +01:00