added feature gates for the different displays
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…
Reference in New Issue