ItsAgi / u8glib

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

Support Arduino Due #141

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I have connected this OLED to Arduino Mega and Uno. it is working with them. 
But no luck with Arduino Due.
2.
3.

What is the expected output? What do you see instead?
Expected to see Hello World output. But I have got nothing.

What version of the product are you using? On what operating system?
u8glib 1.10 and Windows 7

Please provide any additional information below.
I think the problem is about different SPI connection of Arduino Due but I 
couldn't find a solution.

Original issue reported on code.google.com by ekinyild...@gmail.com on 6 Feb 2013 at 9:55

GoogleCodeExporter commented 8 years ago
Arduino Due is not (yet) supported.
I do not have Arduino Due here. I plan to add support to it as soon as I have 
access to it.

Original comment by olikr...@gmail.com on 7 Feb 2013 at 5:58

GoogleCodeExporter commented 8 years ago
new title: Support Arduino Due
old title: Connecting NHD 3.12 256x64 OLED to Arduino DUE

Done:
SPI, Parallel
ToDo:
I2C, ST7920, T6963

Original comment by olikr...@gmail.com on 18 Feb 2013 at 8:16

GoogleCodeExporter commented 8 years ago
ST7920 SPI ported, but no yet tested

Original comment by olikr...@gmail.com on 24 Feb 2013 at 2:30

GoogleCodeExporter commented 8 years ago
started to build a makefile for the Due (Arduino, HelloWorld)

Original comment by olikr...@gmail.com on 24 Feb 2013 at 2:44

GoogleCodeExporter commented 8 years ago
ST7920 SPI ported, but my existing displays does not seem to work with 3v3.
I2C and T6963 not ported

Original comment by olikr...@gmail.com on 24 Feb 2013 at 10:18

GoogleCodeExporter commented 8 years ago
"Controller" implementation status for Arduino Due:
Tested: SSD1325, ST7565, UC1610, UC1701
Implemented (not tested): SSD1327, SSD1306, SSD1309, ST7920, PCD8544, PCF8812, 
TLS8204, KS0108, LC7981
Not supported: T6963, SBN1661

"Interface" implementation status for Arduino Due:
Tested: SW SPI, Standard 8 Bit parallel
Implemented (not tested): ST7920 SW SPI
Not implemented: I2C, T6963 parallel interface, SBN1661 parallel interface

Original comment by olikr...@gmail.com on 2 Mar 2013 at 9:05