HTMills / u8glib

Automatically exported from code.google.com/p/u8glib
Other
0 stars 0 forks source link

Teensy 3.x support #230

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Updated ifdefs for Teensy 3
This is implemented and has been tested with DOGS102
Only SW SPI supported at the moment.

Original issue reported on code.google.com by olikr...@gmail.com on 4 Jan 2014 at 5:02

GoogleCodeExporter commented 8 years ago
closed

Original comment by olikr...@gmail.com on 24 Jan 2014 at 8:36

GoogleCodeExporter commented 8 years ago
Is there an ETA on HW SPI support for teensy 3.x? Would it be difficult to 
implement myself? Did SW SPI perform well in testing?

Original comment by tj.pe...@tj-coding.com on 2 Jun 2014 at 6:54

GoogleCodeExporter commented 8 years ago
I do not plan to support HW SPI at the moment for the teensy.
In general the existing interface can be used to support hw spi. Especially the 
arm version might be usefull for this (it includes a more clear specification 
of the interface)

Original comment by olikr...@gmail.com on 3 Jun 2014 at 4:35