Cargo Features

[dependencies]
weact-studio-epd = { version = "0.1.2", default-features = false, features = ["graphics", "blocking"] }
default = graphics

The graphics feature is set by default whenever weact-studio-epd is added without default-features = false somewhere in the dependency tree.

graphics default

Enable embedded-graphics support.

Enables embedded-graphics

Affects weact-studio-epd::graphics

blocking

Switch to a blocking API. Replaces the async API.