aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/STM32F429iDiscovery/readme.txt
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-11-05 19:32:47 +1000
committerinmarket <andrewh@inmarket.com.au>2014-11-05 19:32:47 +1000
commitb6d183832e2301ae5bef577f27f97ae5d8e7ee7f (patch)
tree5b9625acebcfc1ff3185d1e7840b04a95a977b60 /drivers/gdisp/STM32F429iDiscovery/readme.txt
parent804fcc7c6ab8f2e0932c65a0fc7a967337f431d6 (diff)
downloaduGFX-b6d183832e2301ae5bef577f27f97ae5d8e7ee7f.tar.gz
uGFX-b6d183832e2301ae5bef577f27f97ae5d8e7ee7f.tar.bz2
uGFX-b6d183832e2301ae5bef577f27f97ae5d8e7ee7f.zip
STM32F429i-Discovery board is now a supported board with an example project.
New gdisp driver (currently non-accelerated) Mouse and other drivers still to come. The board file is currently ChibiOS specific however the gdisp driver is suitable for any OS.
Diffstat (limited to 'drivers/gdisp/STM32F429iDiscovery/readme.txt')
-rw-r--r--drivers/gdisp/STM32F429iDiscovery/readme.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/gdisp/STM32F429iDiscovery/readme.txt b/drivers/gdisp/STM32F429iDiscovery/readme.txt
new file mode 100644
index 00000000..ce2dd03b
--- /dev/null
+++ b/drivers/gdisp/STM32F429iDiscovery/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/STM32F429iDiscovery/driver.mk
+
+3. Add a board_STM32F429iDiscovery.h to you project directory (or board directory)
+ base on one of the templates.