You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
601 B
26 lines
601 B
[package] |
|
name = "eink_waveshare_rs" |
|
version = "0.1.0" |
|
authors = ["Christoph Groß <christoph-gross@mailbox.org>"] |
|
description = "An embedded-hal based driver for ePaper displays from Waveshare" |
|
documentation = "https://docs.rs/eink-waveshare-rs" |
|
categories = ["embedded", "hardware-support", "no-std"] |
|
keywords = ["ePaper", "Display"] |
|
|
|
license = "ISC" |
|
|
|
[features] |
|
default = ["epd1in54", "epd2in9", "epd4in2"] |
|
|
|
epd1in54 = [] |
|
epd2in9 = [] |
|
epd4in2 = [] |
|
# Activates the fast LUT for EPD4in2 |
|
epd4in2_fast_update = [] |
|
|
|
[dependencies] |
|
|
|
|
|
[dependencies.embedded-hal] |
|
features = ["unproven"] |
|
version = "0.2.1"
|
|
|