adafruit-feather-rp2040-thinkink

Crates.ioadafruit-feather-rp2040-thinkink
lib.rsadafruit-feather-rp2040-thinkink
version0.1.0
created_at2026-01-17 17:40:14.750005+00
updated_at2026-01-17 17:40:14.750005+00
descriptionBoard Support Package for the Adafruit Feather RP2040 ThinkInk
homepage
repositoryhttps://github.com/brrastak/adafruit-feather-rp2040-thinkink.git
max_upload_size
id2050839
size39,885
Yuri Volkov (brrastak)

documentation

README

adafruit-feather-rp2040-thinkink - Board Support for the Adafruit Feather RP2040 ThinkInk

You should include this crate if you are writing code that you want to run on an Adafruit Feather RP2040 ThinkInk - a Feather form-factor RP2040 board from Adafruit, that's designed to make it easy to add almost any common e-Ink/e-Paper display.

This crate includes the rp2040-hal, but also configures each pin of the RP2040 chip according to how it is connected up on the Feather.

Examples

General Instructions

To compile an example, clone the adafruit-feather-rp2040-thinkink repository. Replace hello with the example name (without the .rs extension), then run:

cargo build --release --example hello

To flash the example using the RP2040 UF2 bootloader, install elf2uf2-rs:

cargo install elf2uf2-rs

Then run:

cargo run --release --example hello

A .cargo/config.toml file is included.

Hello

Draws a text message on an e-paper display.

Commit count: 0

cargo fmt