Cargo Features

[dependencies]
eei_vfd = { version = "0.1.0", default-features = false, features = ["graphics", "linux-dev", "type_a_alternative_faster_lut"] }
default = graphics, linux-dev

Remove the linux-dev feature to build the tests on non unix systems

graphics default = embedded-graphics-core

Affects eei_vfd::graphics

linux-dev default
type_a_alternative_faster_lut

Offers an alternative fast full lut for type_a displays, but the refreshed screen isnt as clean looking

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

embedded-graphics-core graphics