This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
pimoroni-pico
mirror of
https://github.com/pimoroni/pimoroni-pico.git
Watch
1
Star
0
Fork
You've already forked pimoroni-pico
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c4ea05a763
pimoroni-pico
/
examples
/
plasma2040
/
CMakeLists.txt
3 lines
100 B
CMake
Raw
Normal View
History
Unescape
Escape
Plasma 2040 library & examples Library: Includes classes for driving WS2812 and APA102 LEDs and defines for Plasma features. Encoder Example: Supports connecting a Rotary Encoder via the Qw'St connector. Works with APA102 or WS281X pixels. Pressing A will cycle between: 1. Colour change 2. Brightness change 3. Cycle delay Pressing B will switch back into auto-cycle mode. Turning the encoder at any time will switch out of auto cycle mode into parameter adjust mode. Also includes a bugfix to Rotary Encoder for getting the interrupt correctly. Rainbow Example: Basic rainbow cycle, press B to speed up and A to slow down.
2021-07-16 17:01:55 +01:00
include
(
plasma2040_rotary.cmake
)
added staker game demo for plasma2040
2021-08-18 17:26:51 +01:00
include
(
plasma2040_rainbow.cmake
)
include
(
plasma2040_stacker.cmake
)