Cargo Features

[dependencies]
rsportal = { version = "0.1.0", default-features = false, features = ["neopixel", "display"] }
default = display, neopixel

These default features are set whenever rsportal is added without default-features = false somewhere in the dependency tree.

neopixel default = rtt-target, smart-leds, ws2812-timer-delay
display default = display-interface-parallel-gpio, ili9341

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.

ws2812-timer-delay neopixel

Enables ws2812-timer-delay

for LED

smart-leds neopixel

Enables smart-leds ~0.3

rtt-target neopixel

Enables rtt-target ^0.3.1

ili9341 display

Enables ili9341 ^0.5.0

for screen

display-interface-parallel-gpio display

Enables display-interface-parallel-gpio ^0.6.0