aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/STM32LTDC/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gdisp/STM32LTDC/readme.txt')
-rw-r--r--drivers/gdisp/STM32LTDC/readme.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/gdisp/STM32LTDC/readme.txt b/drivers/gdisp/STM32LTDC/readme.txt
new file mode 100644
index 00000000..269d3cfb
--- /dev/null
+++ b/drivers/gdisp/STM32LTDC/readme.txt
@@ -0,0 +1,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/STM32LTDC/driver.mk
+
+3. Add a board_STM32LTDC.h to you project directory (or board directory)
+ based on one of the templates.