aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Mikromedia-STM32-M4-ILI9341/readme.txt
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-10-28 19:49:39 +1000
committerinmarket <andrewh@inmarket.com.au>2013-10-28 19:49:39 +1000
commitdc2d5be60625dc03f0982d61a55dd3ccf844fff5 (patch)
treeb9cf050cf50b77ed67fb36a50efbea9e4c937227 /boards/base/Mikromedia-STM32-M4-ILI9341/readme.txt
parent0fe4d3a037fd8989227604805a2f130eb67038de (diff)
downloaduGFX-dc2d5be60625dc03f0982d61a55dd3ccf844fff5.tar.gz
uGFX-dc2d5be60625dc03f0982d61a55dd3ccf844fff5.tar.bz2
uGFX-dc2d5be60625dc03f0982d61a55dd3ccf844fff5.zip
uGFX board definition for the Mikromedia STM32 M4 board.
Includes the required ChibiOS board files and an example Makefile.
Diffstat (limited to 'boards/base/Mikromedia-STM32-M4-ILI9341/readme.txt')
-rw-r--r--boards/base/Mikromedia-STM32-M4-ILI9341/readme.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/boards/base/Mikromedia-STM32-M4-ILI9341/readme.txt b/boards/base/Mikromedia-STM32-M4-ILI9341/readme.txt
new file mode 100644
index 00000000..79b430d2
--- /dev/null
+++ b/boards/base/Mikromedia-STM32-M4-ILI9341/readme.txt
@@ -0,0 +1,16 @@
+This directory contains the interface for the MikroMedia STM32 M4 board
+running under ChibiOS with the ILI9341 display.
+
+On this board uGFX currently supports:
+ - GDISP via the ILI9341 display
+ - GINPUT-touch via the MCU driver
+
+Note there are two variants of this board - one with the ILI9341 display
+ and an older one with a different display. This one is for the ILI9341 display.
+
+As this is not a standard ChibiOS supported board the necessary board files have also
+been provided in the ChibiOS_Board directory.
+
+There is an example Makefile and project in the examples directory.
+
+Note: The video driver currently has bugs! \ No newline at end of file