ugfx/boards/base/Mikromedia-STM32-M4-ILI9341
inmarket 1a495f3013 Rename all driver makefiles to driver.mk 2014-08-22 18:20:02 +10:00
..
ChibiOS_Board Update Mikromedia-M4 board definition to work with the latest ChibiStudio board config generator 2014-05-10 21:53:17 +01:00
example_chibios_2.x Restore library locations to what is used in all other example makefiles 2014-05-12 09:26:36 +10:00
example_chibios_3.x Restore library locations to what is used in all other example makefiles 2014-05-12 09:26:36 +10:00
board.mk Rename all driver makefiles to driver.mk 2014-08-22 18:20:02 +10:00
board_ILI9341.h cleanup of Mikromedia STM32-M4 board support 2014-05-11 17:15:57 +02:00
gaudio_play_board.h vs1053 audio driver now working 2014-05-01 07:20:19 +10:00
ginput_lld_mouse_board.h cleanup of Mikromedia STM32-M4 board support 2014-05-11 17:15:57 +02:00
ginput_lld_mouse_config.h cleanup of Mikromedia STM32-M4 board support 2014-05-11 17:15:57 +02:00
readme.txt cleanup of Mikromedia STM32-M4 board support 2014-05-11 17:15:57 +02: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
	- GAUDIO (play only) via the vs1053 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 are two examples, one for ChibiOS/RT 2.x and one for ChibiOS/RT 3.x available.