Example #1
0
void SpeedTrainingMode::switchToMode() {

    setupTrainingWidgets();

    m_ui->letter->show();
    m_ui->changeSequence->show();
    //m_ui->forModes->show();
    m_ui->helpBar->setText("<font color=\"green\">Type the letter you hear ASAP.  The keying will get faster.</font>");
    m_ui->play->show();
    m_ui->WPM->show();

    setupSequences();
    setupWidgets(m_trainingSequence, true, "S\np\ne\ne\nd\n \nR\na\nt\ni\nn\ng");
    updateGraphs();
}
Example #2
0
void Bodyseq::init() {
    setupSequences();
    leds.startupAnimation();
}