ugfx/drivers/gdisp/STM32F429iDiscovery
inmarket 734416a840 Started prototyping some changes to the STM32F429iDiscovery driver.
None are active yet.
2015-05-03 12:31:49 +10:00
..
board_STM32F429iDiscovery_template.h STM32F429i-Discovery board is now a supported board with an example project. 2014-11-05 19:33:22 +10:00
driver.mk STM32F429i-Discovery board is now a supported board with an example project. 2014-11-05 19:33:22 +10:00
gdisp_lld_STM32F429iDiscovery.c Started prototyping some changes to the STM32F429iDiscovery driver. 2015-05-03 12:31:49 +10:00
gdisp_lld_config.h STM32F429i-Discovery board is now a supported board with an example project. 2014-11-05 19:33:22 +10:00
ili9341.h Cleanups and updates to the STM32F429i-Discovery gdisp driver 2014-11-07 12:05:54 +10:00
readme.txt STM32F429i-Discovery board is now a supported board with an example project. 2014-11-05 19:33:22 +10:00
stm32_ltdc.h Cleanups and updates to the STM32F429i-Discovery gdisp driver 2014-11-07 12:05:54 +10:00

readme.txt

To use this driver:

1. Add in your gfxconf.h:
	a) #define GFX_USE_GDISP		TRUE

2. To your makefile add the following lines:
	include $(GFXLIB)/gfx.mk
	include $(GFXLIB)/drivers/gdisp/STM32F429iDiscovery/driver.mk

3. Add a board_STM32F429iDiscovery.h to you project directory (or board directory)
	base on one of the templates.