aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/ED060SC4/ed060sc4.h
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-09-24 22:15:55 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-09-24 22:15:55 +0300
commit8940b4872e13b76fc85e4fcaaef59ce03eac86c5 (patch)
tree90985163fa0207bba7a51e7109fb0710b01a644c /drivers/gdisp/ED060SC4/ed060sc4.h
parentbbed625a2aacb312bb0767292f1cb08baf2a7a75 (diff)
downloaduGFX-8940b4872e13b76fc85e4fcaaef59ce03eac86c5.tar.gz
uGFX-8940b4872e13b76fc85e4fcaaef59ce03eac86c5.tar.bz2
uGFX-8940b4872e13b76fc85e4fcaaef59ce03eac86c5.zip
Add driver for ED060SC4 e-ink display panel
Diffstat (limited to 'drivers/gdisp/ED060SC4/ed060sc4.h')
-rw-r--r--drivers/gdisp/ED060SC4/ed060sc4.h16
1 files changed, 16 insertions, 0 deletions
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