Skip to Content
Lumensalis CircuitPython framework coming soon 🎉

Examples

This section of the documentation describes some of the examples available for the LCPF. Exploring the examples is a great way to learn what kind of effects you can add to your own projects with the LCPF.

When you’re just getting started, it’s also the best way to add things to your own Project Definition find an example which does what you want and just copy that part of the definition into your own.

Lights

Most projects will want to make things go blinky. The LCPF offers a wide variety of options for creating lighting effects. It also provides a common vocabulary for working with Lights, making things go blink is easy with the LCPF.

Remote Control

Panels

LCPF Panels provide a way to create custom user interfaces for your projects. The Panel Example shows a simple ProjectDefinition with a Panel.

Last updated on