aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1306/gdisp_lld_config.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-08-26 00:50:47 +0200
committerJoel Bodenmann <joel@unormal.org>2013-08-26 00:50:47 +0200
commitfa5962eef0094d1b174c8763e456b2c8127a4341 (patch)
treeb7909ee51817e42096cde13643a14b5c4ae001bc /drivers/gdisp/SSD1306/gdisp_lld_config.h
parent273d747b01c707decca7c4a5b50300434db99f87 (diff)
downloaduGFX-fa5962eef0094d1b174c8763e456b2c8127a4341.tar.gz
uGFX-fa5962eef0094d1b174c8763e456b2c8127a4341.tar.bz2
uGFX-fa5962eef0094d1b174c8763e456b2c8127a4341.zip
Added SSD1306 driver by user goeck
Diffstat (limited to 'drivers/gdisp/SSD1306/gdisp_lld_config.h')
-rw-r--r--drivers/gdisp/SSD1306/gdisp_lld_config.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/drivers/gdisp/SSD1306/gdisp_lld_config.h b/drivers/gdisp/SSD1306/gdisp_lld_config.h
new file mode 100644
index 00000000..158c3e15
--- /dev/null
+++ b/drivers/gdisp/SSD1306/gdisp_lld_config.h
@@ -0,0 +1,32 @@
+/*
+ * 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://chibios-gfx.com/license.html
+ */
+
+#ifndef _GDISP_LLD_CONFIG_H
+#define _GDISP_LLD_CONFIG_H
+
+#if GFX_USE_GDISP
+
+/*===========================================================================*/
+/* Driver hardware support. */
+/*===========================================================================*/
+
+#define GDISP_DRIVER_NAME "SSD1306"
+
+#define GDISP_HARDWARE_CLEARS FALSE
+#define GDISP_HARDWARE_FILLS TRUE
+#define GDISP_HARDWARE_BITFILLS FALSE
+#define GDISP_HARDWARE_SCROLL TRUE
+#define GDISP_HARDWARE_PIXELREAD FALSE
+#define GDISP_HARDWARE_CONTROL TRUE
+
+#define GDISP_PIXELFORMAT GDISP_PIXELFORMAT_MONO
+
+#endif /* GFX_USE_GDISP */
+
+#endif /* _GDISP_LLD_CONFIG_H */
+/** @} */
+