ugfx/boards/base/Mikromedia-STM32-M4-ILI9341
inmarket d528fb218d Minor fixups 2018-11-10 10:45:28 +10:00
..
ChibiOS_Board For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
example_chibios_2.x ChibiOS does not work reliably with GCC -O0 with recent compilers. 2015-11-27 10:28:41 +10:00
example_chibios_3.x ChibiOS does not work reliably with GCC -O0 with recent compilers. 2015-11-27 10:28:41 +10:00
board.mk First set of V3 macro changes 2018-02-27 17:44:21 +10:00
board_ILI9341.h For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
gaudio_play_board.h Update license header 2018-10-01 17:34:15 +02:00
gmouse_lld_MCU_board.h Minor fixups 2018-11-10 10:45:28 +10:00
readme.txt Add stm32m3 make option and fix stm32m1 make option 2015-06-08 11:31:23 +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
	- 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.

If you are using the uGFX makefiles use OPT_CPU=stm32m4 in your makefile to get the correct cpu.