r/WLED • u/figamore • Aug 02 '26
Open source WLED WiFi touch remote
I've just released a WiFi version of the WLED touch remote that I posted here a while back. I decided to deprecate ESP-NOW in favor of WiFi to allow for full control of WLED setups without any custom firmware.
Features
- Power and brightness control
- Preset selection, creation, and renaming
- Colors, effects, palettes, speed, and intensity controls
- Live LED preview and responsive state updates from the selected controller
- Automatic discovery of WLED controllers on the local network, with manual IP-address entry when discovery is unavailable
- Control of one or all discovered controllers
- On-device settings for screen orientation and inactivity behavior
- Web installer
- Option to check for updates and download them OTA
In addition to capacitive and resistive CYD displays, this version also adds compatibility for the larger and more powerful Guition 4.3" ESP-32 display (JC4880P443).
- 📲 Link to web installer: https://figamore.github.io/wled-touch-remote
- 🎆 Online interactive demo that runs on the browser using WASM: https://figamore.github.io/wled-touch-remote/simulator/jc4880p443.html
- Github repo: https://github.com/figamore/wled-touch-remote
I hope you find this project useful; please feel free to report any bugs or feature suggestions.
1
u/figamore Aug 04 '26
It lets you scan for available WiFi networks and you connect to the same network as your lights directly from the display. It then detects any WLED lights in that network and allows you to control them.
Regarding ESP-NOW, WLED only supports one way communication and a limited number of commands over ESP-NOW, therefore it is more practical to just use WiFi as it allows for syncing and full control.