Random rows/columns in a csv file and print text with typewriter effect

Thanks @Chrisir . I tried it

case 3: 

    if (millis()-timer > 5000) {
    timer=millis();
      state=4;
       
    }
    
    break;

But it hasn’t changed anything…will keep trying :slight_smile:

1 Like