ugfx/boards/base/Olimex-SAM7EX256-GE12
inmarket ea5a1b849d Combine GAUDIN and GAUDOUT into a single GAUDIO module.
Simplify GAUDIN (now GAUDIO RECORD) api.
Update audio demo's to match.
Port Win32 driver to new audio api.
2014-03-11 17:13:31 +10:00
..
board.mk Combine GAUDIN and GAUDOUT into a single GAUDIO module. 2014-03-11 17:13:31 +10:00
board_Nokia6610GE12.h Replace NULL's with 0 as NULL is not defined by the Raw32 GOS. 2013-12-21 13:21:59 +10:00
readme.txt Combine GAUDIN and GAUDOUT into a single GAUDIO module. 2014-03-11 17:13:31 +10:00

readme.txt

This directory contains the interface for the Olimex SAM7EX256 board
running under ChibiOS.

On this board uGFX currently supports:
	- GDISP via the Nokia6610GE12 display 
	- GADC via the AT91SAM7 driver
	- GINPUT-dials via the GADC driver
	- GINPUT-toggles via the Pal driver
	- GAUDIO recording via the GADC driver

Note there are two variants of this board - one with the GE8 display
	and one with the GE12 display. This one is for the GE12 display.

See the Olimex-SAM7EX256-GE8 board file directory for example Makefiles etc.
Don't forget to change the example Makefile to point the GFX board file to the GE12 instead of the GE8.