Skip to Content
Lumensalis CircuitPython framework coming soon 🎉

How-To Scenes

Set the Stage

The LCPF uses Scenes to organize your project. Each scene can have different effects and interactions, and it’s simple to switch scenes.

Adding scenes to your project

# add a new scene sceneClosed = main.addScene() # add multiple scenes sceneOpen, sceneMoving = main.addScenes( 2 )

Adding Rules to scenes

Adding Patterns to scenes

see Scene

Last updated on