added feature gates for the different displays

embedded-hal-1.0
Christoph Groß 2018-08-06 14:51:18 +02:00
parent 94c30dd1eb
commit bd4efa4f6b
1 changed files with 5 additions and 1 deletions

View File

@ -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 = []