aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/STM32LTDC/readme.txt
blob: dcc17d3970ae845fbed9445baa4b108cc193d2af (plain)
1
2
3
4
5
6
7
8
9
10
11
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.