aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Olimex-SAM7EX256-GE8/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'boards/base/Olimex-SAM7EX256-GE8/readme.txt')
-rw-r--r--boards/base/Olimex-SAM7EX256-GE8/readme.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/boards/base/Olimex-SAM7EX256-GE8/readme.txt b/boards/base/Olimex-SAM7EX256-GE8/readme.txt
index 2910f815..0241334e 100644
--- a/boards/base/Olimex-SAM7EX256-GE8/readme.txt
+++ b/boards/base/Olimex-SAM7EX256-GE8/readme.txt
@@ -14,4 +14,8 @@ Note there are two variants of this board - one with 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) \ No newline at end of file
+ - 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.