aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/ED060SC4/ed060sc4.h
diff options
context:
space:
mode:
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