Cargo Features
[dependencies]
ssd1327-i2c = { version = "0.2.0", default-features = false, features = ["graphics"] }
- default = graphics
-
The
graphics
feature is set by default wheneverssd1327-i2c
is added without
somewhere in the dependency tree.default-features = false - graphics default
-
Enables embedded-graphics-core
SSD1327I2C has 2 features without comments.