ugfx/drivers/gdisp/SSD1963
mobyfab ac228656ae DMA fixes, splitting the requests since 65535 is the max count 2012-09-17 19:35:10 +02:00
..
gdisp_lld.c DMA fixes, splitting the requests since 65535 is the max count 2012-09-17 19:35:10 +02:00
gdisp_lld.mk Adding SSD1963 2012-08-30 22:40:28 +02:00
gdisp_lld_config.h Changes to Console, VMT, BitBlt, Clip & Drivers 2012-09-10 15:54:22 +10:00
gdisp_lld_panel.h header adjustments on SSD1963 2012-09-03 00:52:40 +02:00
readme.txt updated comments, cleaning 2012-08-31 20:09:22 +02:00
ssd1963.h Adding GPIO to SSD1963 2012-09-04 12:51:35 +02:00

readme.txt

To use this driver:

1. Add in your halconf.h:
	a) #define HAL_USE_GDISP	TRUE
	b) Any optional high level driver defines (see gdisp.h) eg: GDISP_NEED_MULTITHREAD
	c) One (only) of:
		#define LCD_USE_GPIO (Work in progress)
		#define LCD_USE_FSMC
	d) Edit gdisp_lld_panel.h with your panel properties

2. To your makefile add the following lines:
	include $(LCDLIB)/drivers/gdisp/SSD1963/gdisp_lld.mk