From 8940b4872e13b76fc85e4fcaaef59ce03eac86c5 Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Tue, 24 Sep 2013 22:15:55 +0300 Subject: Add driver for ED060SC4 e-ink display panel --- drivers/gdisp/ED060SC4/ed060sc4.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 drivers/gdisp/ED060SC4/ed060sc4.h (limited to 'drivers/gdisp/ED060SC4/ed060sc4.h') diff --git a/drivers/gdisp/ED060SC4/ed060sc4.h b/drivers/gdisp/ED060SC4/ed060sc4.h new file mode 100644 index 00000000..8a38f135 --- /dev/null +++ b/drivers/gdisp/ED060SC4/ed060sc4.h @@ -0,0 +1,16 @@ +/* + * This file is subject to the terms of the GFX License. If a copy of + * the license was not distributed with this file, you can obtain one at: + * + * http://ugfx.org/license.html + */ + +#ifndef _ED060SC4_H_ +#define _ED060SC4_H_ + +#include "gfx.h" + +/* Control command for flushing all data to display. */ +#define GDISP_CONTROL_FLUSH (GDISP_CONTROL_LLD + 0) + +#endif -- cgit v1.2.3