From bd4efa4f6baac6359a62ee77d0f54e060fbfbd43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gro=C3=9F?= Date: Mon, 6 Aug 2018 14:51:18 +0200 Subject: [PATCH] added feature gates for the different displays --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6535ebd..0c59493 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,11 @@ authors = ["Christoph Groß "] [features] -default = [] +default = ["epd1in54", "epd2in9", "epd4in2"] + +epd1in54 = [] +epd2in9 = [] +epd4in2 = [] # Activates the fast LUT for EPD4in2 epd4in2_fast_update = []