aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-10-01 21:11:42 +1000
committerinmarket <andrewh@inmarket.com.au>2013-10-01 21:11:42 +1000
commit77872d856086241f671dd7b265c9869ed0c54984 (patch)
treef1440c0f3fd9dc2056da1f4cab93def9c1fe1736 /drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h
parent9413f04672b80baec6781b4f2058cdf6e167cd55 (diff)
downloaduGFX-77872d856086241f671dd7b265c9869ed0c54984.tar.gz
uGFX-77872d856086241f671dd7b265c9869ed0c54984.tar.bz2
uGFX-77872d856086241f671dd7b265c9869ed0c54984.zip
Nokia6610 GE12 driver ported to streaming.
Also added orientation and power control. Untested.
Diffstat (limited to 'drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h')
-rw-r--r--drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h b/drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h
index 57b8b916..edbf3290 100644
--- a/drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h
+++ b/drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h
@@ -23,13 +23,10 @@
/*===========================================================================*/
#define GDISP_DRIVER_NAME "Nokia6610GE12"
-
-#define GDISP_HARDWARE_FILLS TRUE
-#define GDISP_HARDWARE_BITFILLS TRUE
-#define GDISP_HARDWARE_CONTROL TRUE
-
-#define GDISP_SOFTWARE_TEXTFILLDRAW FALSE
-#define GDISP_SOFTWARE_TEXTBLITCOLUMN FALSE
+#define GDISP_DRIVER_STRUCT GDISP_Nokia6610GE12
+
+#define GDISP_HARDWARE_CONTROL TRUE
+#define GDISP_HARDWARE_STREAM_WRITE TRUE
#define GDISP_PIXELFORMAT GDISP_PIXELFORMAT_RGB444
/* This driver supports both packed and unpacked pixel formats and line formats.