Skip to content

Programm with threads is not executed #68

Description

@timvis

Hey Tom, I run into a problem when I want to start a program where threads are defined.

./ws2812svr -f LED_program.txt

Nothing happens, console output:

Opening LED_program.txt.
READY
READY

LED_program.txt

setup 1,288,12;init;
brightness 1,0; fill 1,FFFFFF

thread_start 1
        #random_fade_in_out <channel>,<duration Sec>,<count>,<delay>,<step>,<sync_delay>,<inc_dec>,<brightness>,<start>,<len>,<color>
        random_fade_in_out 1,0,50,10,15,800,1,255,1,288,FF;
thread_stop 1

thread_start 2
        record_audio "plughw:CARD=Device,DEV=0"
        #light_organ <channel>,<color_mode>,<color(s)>,<color_change_delay>,<duration>,<delay>,<start>,<len>
        light_organ 1,3
thread_stop 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions