ugfx/drivers/gdisp/STM32LTDC
Joel Bodenmann 6fa3520f2a Refactor STM32LTDC driver to outsource hardware specifics such as clock setup to the board file 2021-08-12 20:22:49 +02:00
..
board_STM32LTDC_template.h Refactor STM32LTDC driver to outsource hardware specifics such as clock setup to the board file 2021-08-12 20:22:49 +02: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 Refactor STM32LTDC driver to outsource hardware specifics such as clock setup to the board file 2021-08-12 20:22:49 +02:00
gdisp_lld_config.h Update license header 2018-10-01 17:34:15 +02:00
readme.txt First set of V3 macro changes 2018-02-27 17:44:21 +10:00
stm32_dma2d.h For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
stm32_ltdc.h Update license header 2018-10-01 17:34:15 +02: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.