ugfx/drivers/gdisp/S6D1121
Andrew Hannam 8275c8820f Ginput and structure changes
GINPUT Touch including drivers
GTIMER fixes
GEVENT fixes
GWIN button completion
Structure changes to better seperate sections of a sub-system
2012-11-26 18:45:26 +10:00
..
gdisp_lld_board_example.h ported S6D1121 driver 2012-11-22 21:21:34 +01:00
gdisp_lld_board_olimex_e407.h S6D1121 doxygen 2012-11-23 09:08:51 +01:00
gdisp_lld_config.h ported S6D1121 driver 2012-11-22 21:21:34 +01:00
gdisp_lld.c Ginput and structure changes 2012-11-26 18:45:26 +10:00
gdisp_lld.mk Makefile LCD replaced with GFX 2012-10-04 09:09:03 +02:00
readme.txt ported S6D1121 driver 2012-11-22 21:21:34 +01:00

To use this driver:

1. Add in your halconf.h:
	a) #define GFX_USE_GDISP	TRUE
	b) Any optional high level driver defines (see gdisp.h) eg: GDISP_NEED_MULTITHREAD

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