added feature gates for the different displays

digi-v2-tests
Christoph Groß 5 years ago
parent 94c30dd1eb
commit bd4efa4f6b

@ -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