ugfx/drivers/gdisp/SSD1963
Andrew Hannam 3a8d39980b Changes to Console, VMT, BitBlt, Clip & Drivers
Console - Fix compile, add GDISP_NEED_CONSOLE for compilation
VMT - Fix after directory structure changes
BitBlt - Update API to allow a source bitmap position.
Clip - Add clipping support into gdisp
Arc - Allow hardware accelleration of Arc routines
Nokia6610 - Fixes to BitBlt.
2012-09-10 15:54:22 +10:00
..
gdisp_lld.c Changes to Console, VMT, BitBlt, Clip & Drivers 2012-09-10 15:54:22 +10: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