ugfx/drivers/gdisp/STM32LTDC
inmarket e61f0ae424 Added type gOrientation to replace V2.x orientation_t, and values gOrientationX replace GDISP_ROTATE_X 2018-07-08 13:51:20 +10:00
..
board_STM32LTDC_template.h First set of V3 macro changes 2018-02-27 17:44:21 +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 Added type gOrientation to replace V2.x orientation_t, and values gOrientationX replace GDISP_ROTATE_X 2018-07-08 13:51:20 +10:00
gdisp_lld_config.h Added type gOrientation to replace V2.x orientation_t, and values gOrientationX replace GDISP_ROTATE_X 2018-07-08 13:51:20 +10:00
readme.txt First set of V3 macro changes 2018-02-27 17:44:21 +10:00
stm32_dma2d.h Workaround for using RGB888 with STM32LTDC driver 2016-06-26 11:07:21 +02:00
stm32_ltdc.h Preventing out-of-range warning with STM32LTDC flag definitions 2017-10-29 18:19:26 +01:00

readme.txt

To use this driver:

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

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.