ugfx/drivers/gdisp/STM32LTDC
2016-02-18 09:03:10 +10:00
..
board_STM32LTDC_template.h
driver.mk
gdisp_lld_config.h Fix STM32LTDC orientation and DMA2D acceleration 2015-11-25 12:20:56 +10:00
gdisp_lld_STM32LTDC.c Typo fix for STM32LTDC driver for RGB888 2016-02-18 09:03:10 +10:00
readme.txt
stm32_dma2d.h
stm32_ltdc.h

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.