Unofficial WLED builds for QuinLED hardware like the DigOcta, DigQuad, DigUno, and Dig2go, as well as a few other boards.
  • Shell 55.5%
  • Makefile 44.5%
Find a file
2026-07-23 02:40:57 -05:00
.github/workflows feat: build upstream waveshare_esp32s3_32MB_hub75 target 2026-07-20 00:26:20 -05:00
patches fix: another max dimension bug with 16k arrays 2026-07-23 02:40:57 -05:00
scripts fix: waveshare_esp32s2_32MB_hub75 by setting flash mode to keep 2026-07-20 02:41:07 -05:00
.gitignore feat: commit builds 2026-05-07 21:44:47 -05:00
LICENSE Initial commit 2026-05-05 01:42:52 -05:00
Makefile fix: waveshare_esp32s2_32MB_hub75 by setting flash mode to keep 2026-07-20 02:41:07 -05:00
platformio_override.ini fix: another max dimension bug with 16k arrays 2026-07-23 02:40:57 -05:00
README.md docs(README.md): add waveshare rgb matrix to built targets 2026-07-20 16:49:12 -05:00

wled-builds

Unofficial WLED builds for QuinLED hardware as well as a few other ESP32 boards. I'm affiliated with neither.

Targets

QuinLED boards

  • Dig2go
  • DigUno including wired ethernet and temperature sensor variants

Other boards

Environment Variables

  • IOT_SSID: If set, will be supplied to build as CLIENT_SSID
  • WPA_KEY: If set, will be supplied to build as CLIENT_PASS

Building

  1. Checkout WLED source:

    make checkout GIT_REF="v16.0.1"
    
  2. Prepare dependencies and toolchains:

    make build-prep
    
  3. Build all default targets:

    make build GIT_REF="v16.0.1"
    
  4. Or build one or more space-separated targets:

    make build GIT_REF="v16.0.1" PIO_ENVS="quinled_dig2go quinled_diguno_eth_temp"
    

Factory and OTA bins are emitted to build/.

Flashing

Factory images should be flashed at 0x0:

esptool.py write_flash 0x0 WLED_16.0.1_QuinLED_Dig2go.bin