Copy .lsa animation files into the root of a FAT32-formatted SD card.
On each boot:
- Every file named
startup*.lsaplays once in case-insensitive alphabetical order. - All other
.lsafiles play in case-insensitive alphabetical order. - After the final normal animation, the normal playlist starts again.
Examples:
startup.lsastartup_1.lsa01_intro.lsa02_logo.lsa
Startup files are not included in the repeating playlist. If there are no startup files, normal playback begins immediately. If there are no normal files, the panel returns to its idle error indication after the startup files finish.
Generate .lsa files from xLights FSEQ exports with scripts/fseq_to_lsa.py, or convert videos with scripts/mp4_to_lsa.py. The xLights project is in xlights_project/.
The active firmware reads animations only from the SD card. USB live preview and GIF playback are not supported.
To change the board size, update arduino_firmware/Main/Config.h and rebuild the firmware.