aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1963/gdisp_lld_config.h
diff options
context:
space:
mode:
authormobyfab <mobyfab@free.fr>2012-08-31 19:59:05 +0200
committermobyfab <mobyfab@free.fr>2012-08-31 19:59:05 +0200
commitaba929d18b48eb9562ebcfbc335f2837af2ec679 (patch)
tree50f9256c2184e42a64f817b350258a9a7d3cf4d5 /drivers/gdisp/SSD1963/gdisp_lld_config.h
parentc67453a0be1629e9b28868bf1d1055f702edec21 (diff)
downloaduGFX-aba929d18b48eb9562ebcfbc335f2837af2ec679.tar.gz
uGFX-aba929d18b48eb9562ebcfbc335f2837af2ec679.tar.bz2
uGFX-aba929d18b48eb9562ebcfbc335f2837af2ec679.zip
modifications, fixes.
first working version with a couple hardware features.
Diffstat (limited to 'drivers/gdisp/SSD1963/gdisp_lld_config.h')
-rw-r--r--drivers/gdisp/SSD1963/gdisp_lld_config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gdisp/SSD1963/gdisp_lld_config.h b/drivers/gdisp/SSD1963/gdisp_lld_config.h
index 25fe76d2..486ab1f2 100644
--- a/drivers/gdisp/SSD1963/gdisp_lld_config.h
+++ b/drivers/gdisp/SSD1963/gdisp_lld_config.h
@@ -35,12 +35,12 @@
/* Driver hardware support. */
/*===========================================================================*/
-#define GDISP_DRIVER_NAME "YourDriverName"
-#define GDISP_LLD(x) gdisp_lld_##x##_YourDriverName
+#define GDISP_DRIVER_NAME "SSD1963"
+#define GDISP_LLD(x) gdisp_lld_##x##_SSD1963
#define GDISP_HARDWARE_LINES FALSE
-#define GDISP_HARDWARE_CLEARS FALSE
-#define GDISP_HARDWARE_FILLS FALSE
+#define GDISP_HARDWARE_CLEARS TRUE
+#define GDISP_HARDWARE_FILLS TRUE
#define GDISP_HARDWARE_BITFILLS FALSE
#define GDISP_HARDWARE_CIRCLES FALSE
#define GDISP_HARDWARE_CIRCLEFILLS FALSE