2015-07-08 00:41:20 +00:00
|
|
|
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
|
2015-07-08 22:43:04 +00:00
|
|
|
include $(GFXLIB)/drivers/gdisp/STM32LTDC/driver.mk
|
2015-07-08 00:41:20 +00:00
|
|
|
|
2015-07-08 22:43:04 +00:00
|
|
|
3. Add a board_STM32LTDC.h to you project directory (or board directory)
|
2015-07-08 01:26:23 +00:00
|
|
|
based on one of the templates.
|