ugfx/boards/base/Mikromedia-STM32-M4-ILI9341
inmarket e0e2b2a3d9 Changes to example makefiles and other files for ChibiOS due to changes in ChibiOS-2.6.x 2014-04-12 13:58:30 +10:00
..
ChibiOS_Board Replace NULL's with 0 as NULL is not defined by the Raw32 GOS. 2013-12-21 13:21:59 +10:00
example Changes to example makefiles and other files for ChibiOS due to changes in ChibiOS-2.6.x 2014-04-12 13:58:30 +10:00
board.mk uGFX board definition for the Mikromedia STM32 M4 board. 2013-10-28 19:49:39 +10:00
board_ILI9341.h Updates for the Mikrmedia STM32 M4 board 2013-10-29 01:12:42 +10:00
ginput_lld_mouse_board.h Replace NULL's with 0 as NULL is not defined by the Raw32 GOS. 2013-12-21 13:21:59 +10:00
ginput_lld_mouse_config.h Updates to mouse and makefile for Mikromedia STM32-M4 board. 2013-11-24 02:24:03 +10:00
readme.txt Updates for the Mikrmedia STM32 M4 board 2013-10-29 01:12:42 +10:00

readme.txt

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.