ugfx/boards/base/Mikromedia-Plus-STM32-M4
inmarket 41271d632b Added new type definitions - moving towards V3.0 2018-06-23 13:02:07 +10:00
..
ChibiOS_Board Updates to Mikromedia-Plus-STM32-M4 board and the SSD1963 driver 2015-02-28 17:09:49 +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_SSD1963.h Added new type definitions - moving towards V3.0 2018-06-23 13:02:07 +10:00
gaudio_play_board.h Replace all inline definitions with GFXINLINE 2015-10-23 18:24:49 +10:00
gmouse_lld_STMPE610_board.h Added new type definitions - moving towards V3.0 2018-06-23 13:02:07 +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 Plus STM32 M4 board
running under ChibiOS.

On this board uGFX currently supports:
	- GDISP via the SSD1963 display
	- GINPUT-touch via the STMPE610 driver
	- GAUDIO via the vs1053 driver

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.