Skip to content

Latest commit

 

History

History

5. Multiple patterns

Episode 5 - Multiple patterns

It is often useful to have multiple patterns, and to be able to switch between them on a timer or via a button press. Here we will discover how to do just that!

  • Writing patterns as functions in the same sketch
  • Using a timer or button to switch between patterns
  • Crossfading between patterns
  • Specifying patterns as a class to save on RAM usage when they are not active

YouTube video

Episode 5 - Multiple patterns

Useful links