From 77872d856086241f671dd7b265c9869ed0c54984 Mon Sep 17 00:00:00 2001 From: inmarket Date: Tue, 1 Oct 2013 21:11:42 +1000 Subject: Nokia6610 GE12 driver ported to streaming. Also added orientation and power control. Untested. --- drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h') 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. -- cgit v1.2.3