aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/Nokia6610GE8/gdisp_lld_config.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-09-25 17:18:18 +1000
committerinmarket <andrewh@inmarket.com.au>2013-09-25 17:18:18 +1000
commit5eabbaf7bf34463b52fb8deb96ff6df0f5a851ec (patch)
treeb450dda0ac4cee5ea7d6b360c5526f488f3f1dcc /drivers/gdisp/Nokia6610GE8/gdisp_lld_config.h
parent30154560b6f588c42032bce94152676c3756124e (diff)
downloaduGFX-5eabbaf7bf34463b52fb8deb96ff6df0f5a851ec.tar.gz
uGFX-5eabbaf7bf34463b52fb8deb96ff6df0f5a851ec.tar.bz2
uGFX-5eabbaf7bf34463b52fb8deb96ff6df0f5a851ec.zip
Nokia6610 streaming driver. Orientation not supported yet in this new driver version.
Diffstat (limited to 'drivers/gdisp/Nokia6610GE8/gdisp_lld_config.h')
-rw-r--r--drivers/gdisp/Nokia6610GE8/gdisp_lld_config.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/gdisp/Nokia6610GE8/gdisp_lld_config.h b/drivers/gdisp/Nokia6610GE8/gdisp_lld_config.h
index 1a748684..e6834d13 100644
--- a/drivers/gdisp/Nokia6610GE8/gdisp_lld_config.h
+++ b/drivers/gdisp/Nokia6610GE8/gdisp_lld_config.h
@@ -23,14 +23,12 @@
/*===========================================================================*/
#define GDISP_DRIVER_NAME "Nokia6610GE8"
+#define GDISP_DRIVER_STRUCT GDISP_Nokia6610GE8
-#define GDISP_HARDWARE_FILLS TRUE
-#define GDISP_HARDWARE_BITFILLS TRUE
+#define GDISP_HARDWARE_STREAM TRUE
+#define GDISP_HARDWARE_STREAM_STOP TRUE
#define GDISP_HARDWARE_CONTROL TRUE
-#define GDISP_SOFTWARE_TEXTFILLDRAW FALSE
-#define GDISP_SOFTWARE_TEXTBLITCOLUMN FALSE
-
#define GDISP_PIXELFORMAT GDISP_PIXELFORMAT_RGB444
/* This driver supports both packed and unpacked pixel formats and line formats.
* By default we leave these as FALSE.