16 lines
630 B
Text
16 lines
630 B
Text
|
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!
|