ugfx/drivers/gdisp/STM32LTDC
inmarket c5a86757bd Make all include paths in ugfx relative.
The only include path now needed is for drivers (in particular GDISP drivers)
2015-11-21 19:27:08 +10:00
..
board_STM32LTDC_template.h Replace all inline definitions with GFXINLINE 2015-10-23 18:24:49 +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 Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
gdisp_lld_config.h Turn off buggy DMA2D for now 2015-10-06 12:02:28 +10:00
readme.txt Renaming driver to STM32LTDC as this will be a generic one 2015-07-09 00:43:04 +02:00
stm32_dma2d.h Adding DMA2D support to STM32LTDC driver 2015-07-12 01:43:23 +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.