ugfx/drivers/gdisp/STM32F746Discovery
Joel Bodenmann ac231c558c Adding some board file stuff for the F7 discovery (nothing done yet, just adding the required files) 2015-07-08 03:26:23 +02:00
..
board_STM32F746Discovery_template.h Adding some board file stuff for the F7 discovery (nothing done yet, just adding the required files) 2015-07-08 03:26:23 +02:00
driver.mk Starting STM32F7 Discovery driver development 2015-07-08 02:41:20 +02:00
gdisp_lld_STM32F746Discovery.c Adding some board file stuff for the F7 discovery (nothing done yet, just adding the required files) 2015-07-08 03:26:23 +02:00
gdisp_lld_config.h Starting STM32F7 Discovery driver development 2015-07-08 02:41:20 +02:00
readme.txt Adding some board file stuff for the F7 discovery (nothing done yet, just adding the required files) 2015-07-08 03:26:23 +02:00
stm32_ltdc.h Starting STM32F7 Discovery driver development 2015-07-08 02:41:20 +02: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/STM32F746Discovery/driver.mk

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