Unofficial WLED builds for QuinLED hardware like the DigOcta, DigQuad, DigUno, and Dig2go, as well as a few other boards.
  • Shell 55.7%
  • Makefile 44.3%
Find a file
2026-05-08 00:26:41 -05:00
.github/workflows feat: commit builds 2026-05-07 21:44:47 -05:00
patches fix: quarter scan logical dimensions 2026-05-08 00:26:41 -05:00
scripts fix: patch 256-pixel matrices and ui panel 2026-05-08 00:26:23 -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 feat: commit builds 2026-05-07 21:44:47 -05:00
platformio_override.ini fix: patch 256-pixel matrices and ui panel 2026-05-08 00:26:23 -05:00
README.md feat: commit builds 2026-05-07 21:44:47 -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.0"
    
  2. Prepare dependencies and toolchains:

    make build-prep
    
  3. Build all default targets:

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

    make build GIT_REF="v16.0.0" 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.0_QuinLED_Dig2go.bin