ugfx/drivers/gdisp/STM32LTDC
inmarket 38b0cdd5e8 Working STM32F746G-Discovery board + example for raw32
Working STM32LTDC video driver
2015-07-11 16:13:05 +10:00
..
board_STM32LTDC_template.h Working STM32F746G-Discovery board + example for raw32 2015-07-11 16:13:05 +10:00
driver.mk Renaming driver to STM32LTDC as this will be a generic one 2015-07-09 00:43:04 +02:00
gdisp_lld_STM32LTDC.c working on the LTDC driver (not done yet and also hacky code) 2015-07-10 14:50:12 +02:00
gdisp_lld_config.h Renaming driver to STM32LTDC as this will be a generic one 2015-07-09 00:43:04 +02:00
readme.txt Renaming driver to STM32LTDC as this will be a generic one 2015-07-09 00:43:04 +02:00
stm32_ltdc.h Renaming driver to STM32LTDC as this will be a generic one 2015-07-09 00:43:04 +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/STM32LTDC/driver.mk

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