Browse Source

added feature gates for the different displays

embedded-hal-1.0
Christoph Groß 7 years ago
parent
commit
bd4efa4f6b
  1. 6
      Cargo.toml

6
Cargo.toml

@ -5,7 +5,11 @@ authors = ["Christoph Groß <christoph.gross@student.uni-tuebingen.de>"]
[features]
default = []
default = ["epd1in54", "epd2in9", "epd4in2"]
epd1in54 = []
epd2in9 = []
epd4in2 = []
# Activates the fast LUT for EPD4in2
epd4in2_fast_update = []

Loading…
Cancel
Save