ugfx/drivers/gdisp/ILI9325
Abhishek Kumar 674bcb52d2 GPIO interface-related fixes
Adding acquire_bus() and release_bus()
so that orientation setting commands are
not ignored.
2013-03-30 16:08:47 +05:30
..
gdisp_lld_board_example.h updated copyright - 2013 2013-03-06 23:11:01 +01:00
gdisp_lld_board_hy_stm32_100p.h updated copyright - 2013 2013-03-06 23:11:01 +01:00
gdisp_lld_config.h updated copyright - 2013 2013-03-06 23:11:01 +01:00
gdisp_lld.c GPIO interface-related fixes 2013-03-30 16:08:47 +05:30
gdisp_lld.mk removed GDISP_LLD() macro - fix 2013-02-11 09:25:45 +01:00
readme.txt removed GDISP_LLD() macro - fix 2013-02-11 09:25:45 +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
	
	d) If you are not using a known board then create a gdisp_lld_board.h file
		and ensure it is on your include path.
		Use the gdisp_lld_board_example.h file as a basis.
		Currently known boards are:
		 	HY_STM32_100p

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