firmware for my Touchscreen E-Paper Input Module for Framework Laptop 16
1[package]
2name = "pervasive-spi"
3version = "0.1.1"
4edition = "2024"
5description = "Bitbang driver for the SPI-derived protocol used by Pervasive Displays e-paper displays"
6authors = ["arthomnix"]
7license = "MIT"
8
9[dependencies]
10embedded-hal.workspace = true
11rp2040-hal = { workspace = true, optional = true }
12
13[features]
14rp2040 = ["rp2040-hal"]