aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-10-19 15:38:00 +1000
committerinmarket <andrewh@inmarket.com.au>2013-10-19 15:38:00 +1000
commite9895b5d14714683b1a98f8d24028d94e22b4bb5 (patch)
treec7b69c1376c2d92a58fc95812507022bf23d658b /drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h
parent87a6af81f4edd9f638238d785aae716749a7fc13 (diff)
downloaduGFX-e9895b5d14714683b1a98f8d24028d94e22b4bb5.tar.gz
uGFX-e9895b5d14714683b1a98f8d24028d94e22b4bb5.tar.bz2
uGFX-e9895b5d14714683b1a98f8d24028d94e22b4bb5.zip
Convert Nokia6610GE12 driver to new format.
Diffstat (limited to 'drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h')
-rw-r--r--drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h b/drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h
index edbf3290..73f505be 100644
--- a/drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h
+++ b/drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h
@@ -22,18 +22,10 @@
/* Driver hardware support. */
/*===========================================================================*/
-#define GDISP_DRIVER_NAME "Nokia6610GE12"
-#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.
- * By default we leave these as FALSE.
- */
-#define GDISP_PACKED_PIXELS FALSE
-#define GDISP_PACKED_LINES FALSE
#endif /* GFX_USE_GDISP */