ugfx/boards/base/Olimex-SAM7EX256-GE8
inmarket d528fb218d Minor fixups 2018-11-10 10:45:28 +10:00
..
example Update some makefiles and openocd config files 2015-11-27 10:13:23 +10:00
board.mk First set of V3 macro changes 2018-02-27 17:44:21 +10:00
board_Nokia6610GE8.h For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
board_SSD1306_i2c.h Minor fixups 2018-11-10 10:45:28 +10:00
board_SSD1306_spi.h For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
board_SSD1331.h For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
board_TLS8204.h For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
board_uext.h Update license header 2018-10-01 17:34:15 +02:00
gadc_lld_board.h Update license header 2018-10-01 17:34:15 +02:00
gaudio_play_board.h For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
gaudio_record_board.h For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
ginput_lld_dial_board.h Update license header 2018-10-01 17:34:15 +02:00
ginput_lld_toggle_board.h Update license header 2018-10-01 17:34:15 +02: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 Olimex SAM7EX256 board
running under ChibiOS.

On this board uGFX currently supports:
	- GDISP via the Nokia6610GE8 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 GE8 display.
	
There is an example Makefile and project in the examples directory.

There are also board files predefined for (just add driver to the makefile):
	- TLS8204 on the UEXT connector (Olimex MOD3310)
	- SSD1306 on the UEXT connector using SPI	(copy board_SSD1306_spi.h to board_SSD1306.h in your project directory)
	- SSD1306 on the UEXT connector using I2C	(copy board_SSD1306_i2c.h to board_SSD1306.h in your project directory)
	
If you are using the uGFX makefiles use OPT_CPU=at91sam7 in your makefile to get the correct cpu.