upcycl3d / u8glib

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

Code review request (DOGM240) #284

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Rev: c47fd50b0b45   

Purpose of code changes on this branch:
The changes add hardware support for the EA-DOGM240-6, which features a uc1611s 
controller.

When reviewing my code changes, please focus on:
To allow the i2c communication with the uc1611s, i had to add some changes to 
the arduino i2c subsystem. The uc1611s expects two different i2c addresses for 
data and commands, instead of specifying the datamode within the second byte of 
each transaction.

Attached to this issue is a picture of the working ea-dogm screen.

Original issue reported on code.google.com by dev.meng...@gmail.com on 26 Sep 2014 at 9:26

Attachments:

GoogleCodeExporter commented 9 years ago
the compiler switch im the "ssd com" module should be removed 
--> create new i2c file for the controller

Original comment by olikr...@gmail.com on 27 Sep 2014 at 5:15

GoogleCodeExporter commented 9 years ago
switch removed, constructor added to examples.
todo: create SPI variant

Original comment by olikr...@gmail.com on 27 Sep 2014 at 5:44

GoogleCodeExporter commented 9 years ago
todo
- SPI
- wiki entry

Original comment by olikr...@gmail.com on 27 Sep 2014 at 5:44

GoogleCodeExporter commented 9 years ago
SPI has been added 

Original comment by olikr...@gmail.com on 13 Dec 2014 at 6:12

GoogleCodeExporter commented 9 years ago
added to the wiki page

Original comment by olikr...@gmail.com on 13 Dec 2014 at 6:26