aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/STM32F429iDiscovery/readme.txt
blob: ce2dd03bab3105a7ee297aab345b244eaa9b2558 (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		TRUE

2. To your makefile add the following lines:
	include $(GFXLIB)/gfx.mk
	include $(GFXLIB)/drivers/gdisp/STM32F429iDiscovery/driver.mk

3. Add a board_STM32F429iDiscovery.h to you project directory (or board directory)
	base on one of the templates.