Scripts Tab
The Scripts tab allows you to run predefined lighting animations using LumenScript (.ls
) files stored on the device’s SD card.
- Script List: This shows all available
.ls
files located in the/scripts/
directory on the SD card. - Execute: Click the execute button next to a script’s name to run it.
- Stop Script: If a script is running, a “Stop Script” button will appear, allowing you to terminate the animation.
- Script Status: A status area provides feedback on script execution, including any output or errors.
- Refresh: Use the refresh button to reload the list of scripts from the SD card.
Writing Your Own Scripts
To learn how to create your own animations, refer to the detailed LumenScript API Reference.
You can also use the LumenStudio web IDE at ls.hnl.cc to write and visually test your scripts in your browser before deploying them to your device.