| Crates.io | adafruit-feather-rp2040-thinkink |
| lib.rs | adafruit-feather-rp2040-thinkink |
| version | 0.1.0 |
| created_at | 2026-01-17 17:40:14.750005+00 |
| updated_at | 2026-01-17 17:40:14.750005+00 |
| description | Board Support Package for the Adafruit Feather RP2040 ThinkInk |
| homepage | |
| repository | https://github.com/brrastak/adafruit-feather-rp2040-thinkink.git |
| max_upload_size | |
| id | 2050839 |
| size | 39,885 |
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.
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.
Draws a text message on an e-paper display.