Cargo Features

[dependencies]
ssd1327-i2c = { version = "0.2.0", default-features = false, features = ["graphics"] }
default = graphics

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

graphics default

Enables embedded-graphics-core

SSD1327I2C has 2 features without comments.