Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.02 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.02 KB

rp2040_rust_playground

A collection of (small) Rust projects targeting the rp2040 microcontroller

ws2812_8x8 Output a rainbow effect on an 8x8 RGB LED matrix based on ws2812(NeoPixel) addressable LEDs

pimoroni_pico_display Simple demo showcase for Pimoroni Pico Display Pack

pimoroni_unicorn Simple test of the pimoroni unicorn - bitbang each pixel of the matrix

pimoroni_unicorn_pio Port of Pimoroni's PIO driver to Rust, with an embedded-graphics impl + demo

License

All examples are dual-licensed under Apache 2.0 and MIT.
You may choose to comply with either of the licenses, or both.

SPDX-License-Identifier: Apache-2.0 OR MIT