Will Tatam
ce172df91a
Include audioreactive for hub75 examples - MOONHUB audio
2025-11-07 15:18:01 +00:00
Will Tatam
91baa34071
Include audioreactive for hub75 examples
2025-11-07 15:18:01 +00:00
Will Tatam
7fe831c5e3
Remove outdated references to esp32.AR_build_flags and esp32.AR_lib_deps
2025-09-23 21:53:15 +01:00
Will Tatam
66069245a1
Remove default LED_TYPES=65 for hub75 envs as not possible without setting the pins as can not be used without also setting the "pins" used - which is really the dimensions, as PinManager validates these in first-boot senario
2025-09-23 21:48:26 +01:00
Will Tatam
77f3426867
Default to 64x64 single panel, hacky it is done by pins but until we refactor bus config to be more flexible, this is what we have to work around
2025-09-20 18:39:02 +01:00
Will Tatam
deac50409c
Rollback to ESP32-HUB75-MatrixPanel-DMA.git#3.0.11
2025-09-20 16:49:15 +01:00
Will Tatam
c5119c8aa6
Remove NO_CIE1931 to better sit with other Gamma correction changes in WLED
2025-09-20 16:41:36 +01:00
Will Tatam
05c481c5bb
Remove duplicate envs
2025-09-13 13:47:44 +01:00
Will Tatam
e44bdf6193
reset board back to correct definition
2025-09-13 13:38:29 +01:00
Will Tatam
e37d4cd8a8
Remove platformio_override.ini leaving only sample envs
2025-09-13 13:34:52 +01:00
Will Tatam
199bc45ae2
Merge branch 'main' into HUB75-AC
2025-08-31 12:53:25 +01:00
Liliputech
da7f107273
fix POV Display usermod ( #4427 )
...
* POV Display usermod
this usermod adds a new effect called "POV Image".
To get it to work:
- read the README :)
- upload a bmp image to the ESP filesystem using "/edit" url.
- select "POV Image" effect.
- set the filename (ie: "/myimage.bmp") as segment name.
- rotate the segment at approximately 20 RPM.
- enjoy the show!
* improve file extension checks
* improve README, remove PNGdec reference, clean usermod
* restrain to esp32 platform + reduce memory footprint with malloc
2025-08-29 20:42:54 +02:00
Will Tatam
020eca8292
Add esp32dev_hub75_forum_pinout
2025-06-16 22:10:41 +01:00
Will Tatam
fb469d7b24
esp32S3_PSRAM_HUB75
2025-06-16 21:29:19 +01:00
Will Tatam
0f5d297bfb
esp32S3_PSRAM_HUB75
2025-06-16 21:07:57 +01:00
Will Tatam
a56bd3cb91
Add missing flash_mode
2025-06-16 20:55:17 +01:00
Will Tatam
ddd5d4152b
Fix WLED_RELEASE_NAME for hub75 builds
2025-06-16 20:43:23 +01:00
Will Tatam
edf6cb146d
Merge branch 'HUB75-AC' of github.com:netmindz/WLED into HUB75-AC
2025-06-16 20:08:23 +01:00
Will Tatam
91bd6c3f35
Fix defintion for hub75 envs
2025-06-16 20:04:52 +01:00
Will Tatam
8ee12620f0
Merge branch 'main' into HUB75-AC
2025-06-16 20:03:34 +01:00
marcone
f328713710
Fix typo
2025-03-23 11:11:34 -07:00
Will Tatam
1dc7647bb9
Merge branch 'main' into usermod-libs
2025-02-16 10:40:30 +00:00
maxi4329
aa3fb7d165
update links to point to the new repo
2025-02-15 20:07:41 +01:00
Will Miles
b3f9983f44
First half of usermod readme updates
...
Describe the new usermod enable process, and update sample
platformio_override.ini stubs.
2025-01-31 03:57:23 +00:00
Will Tatam
f51783f039
Updates after pulling in latest main
2025-01-26 18:21:48 +00:00
Will Tatam
e6b145412b
Merge branch 'main' into HUB75-AC
2025-01-26 14:08:09 +00:00
Kilrah
b9aeb19834
RF433 json usermod ( #4234 )
...
* RF433 remote usermod
---------
Co-authored-by: Kilrah <kilrah@kilrah.xyz >
2025-01-17 08:01:17 +01:00
Will Tatam
d2f8f99683
hub75 - post main merge fixes
2025-01-09 12:06:23 +00:00
Will Tatam
1c146baeeb
Merge branch 'main' into HUB75-AC
2025-01-09 11:12:55 +00:00
Will Tatam
f447df9873
Merge branch 'main' into HUB75-AC
2025-01-06 12:07:45 +00:00
Frank
b8a96d9a77
workaround for elekstube_ips compile error
...
the trick is to pin TFT_eSPI version 2.5.33
2024-12-16 15:46:59 +01:00
Frank
3d3c475d1b
define board_build.partitions and build_unflags in standard envs
...
to ensure that build_unflags and board_build.partitions are always having a useful default value. Values can be overridden in custom buildenvs.
saves us a few lines lin platformio_override.sample.ini.
2024-12-15 22:20:52 +01:00
Frank
6668e72351
fix typo
2024-12-15 21:35:13 +01:00
Frank
b72695f01a
added example environment for pico-D4 boards
...
this one is actually for https://github.com/srg74/WLED-ESP32-pico
Its a simple example how to configure WLED for a custom board with build-in microphone and special purpose pins.
2024-12-15 21:22:19 +01:00
Frank
65f98c1f30
esp32: use "extends"
...
directly inherits default platform from esp32
2024-12-15 21:07:01 +01:00
Frank
c6fd4c51cf
fix outdated build options
...
* DEFAULT_LED_PIN --> DATA_PINS
* DEFAULT_LED_COUNT --> PIXEL_COUNTS
* DEFAULT_LED_TYPE --> LED_TYPES
* USERMOD_AUDIOREACTIVE --> ${esp32.AR_build_flags}
2024-12-15 21:02:45 +01:00
Frank
3c11c8441f
fix errors in pltformio_override.ini (solves #4395 )
...
* WLED_tasmota_1M not existing
* always use ${esp32.default_partitions}
* fix build error in wemos_shield_esp32
2024-12-15 20:54:16 +01:00
netmindz
77967731d5
Merge pull request #4227 from ingDIY/pr_branch
...
fixed refs to removed usermod USERMOD_FOUR_LINE_DISPLAY
2024-11-26 09:15:31 +00:00
Will Tatam
dd533a9ab4
Update sample WLED_RELEASE_NAME
2024-11-25 23:00:31 +00:00
ingDIY
dcfdca6351
cleaned up old references to USE_ALT_DISPlAY that aren't used anymore in the code/source files; fixed readme.md documents and updated instructions; removed referencies to old usermods; fixed invalid filenames; removed referencies to old usermods; checked cycle options; splitted and fixed platformio_override.sample.ini;
2024-10-25 12:14:37 +02:00
Will Tatam
6f03854eda
HUB75 - add comments to example env
2024-10-04 19:20:00 +01:00
Will Tatam
6ce6b9576d
Merge branch '0_15' into HUB75-AC
2024-10-04 18:53:46 +01: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
Will Tatam
e74eb7d3fc
Move examples envs for hub75
2024-09-22 18:11:39 +01:00
Blaz Kristan
5708d7a6b8
Build bump, changelog update
2024-09-14 22:30:56 +02:00
Arthur Suzuki
ed5eb28228
Added POV image effect
...
Setup is really easy, after first boot and WiFi/LEDs setup:
go to wled.local/edit and upload a couple image to WLed's filesystem.
Only PNG is supported right now, further support for GIF is planned.
The image should be as wide as the 1D segment you want to apply to.
When done, go to the Effect page on the UI, select "POV Image" effect.
You could also update the image with a post to the JSON-API like this:
curl -X POST http://[wled]/json/state -d '{"seg":{"id":0,"fx":114,"f":"/axel.png"}}'
The segment should move at around 120RPM (that's 2revolutions per seconds) for an image to showup.
More informations and pictures here : https://lumina.toys
2024-08-10 00:03:55 +02:00
Blaz Kristan
0ff4016250
WLED 0.15.0-b4 release
...
- LED settings update (limit to available outputs)
- minor fixes
2024-06-29 20:22:47 +02:00
Blaz Kristan
e753f3849e
Revert "WLED 0.15.0-b4 release"
...
Messed FX_fcn.cpp CRLF conversion
2024-06-29 20:18:30 +02:00
Blaz Kristan
7b248c8fb2
WLED 0.15.0-b4 release
...
- LED settings update (limit to available outputs)
- minor fixes
2024-06-29 16:36:27 +02:00
Blaž Kristan
85702a8142
Merge branch '0_15' into feature/aht10_usermod
2024-05-21 18:21:16 +02:00