Skip to content

Unclear meaning of startNextBeam() #4

@ScruffR

Description

@ScruffR

I don't quite get why on earth there is special treatment of only _beamCount == 2 and _scrollDir == LEFT 😕
What's in all the other cases???

void Beam::startNextBeam(){
    Serial.println(_scrollDir);
    Serial.println(_beamCount);
    Serial.println(beamNumber);

    /*start playing beams depending on scroll direction*/
    if (_scrollDir == LEFT){
      if (_beamCount == 2){
        sendWriteCmd(BEAMA, CTRL, SHDN, 0x03);
      } 
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions