david0126 / u8glib

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

Add support for UC1608 #214

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
http://www.buy-display.com/default/240x64-graphic-lcd-1.html

Original issue reported on code.google.com by olikr...@gmail.com on 22 Oct 2013 at 8:41

GoogleCodeExporter commented 8 years ago
New device created. Tested with Arduino Due
ToDo
Documentation

Original comment by olikr...@gmail.com on 1 Dec 2013 at 8:03

GoogleCodeExporter commented 8 years ago
documentation added

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

GoogleCodeExporter commented 8 years ago
Is there any documentation available for how to connect the UC1608 (240x64 COG 
display from buy-display.com) to the Uno? Also what u8g configuration was used?

Original comment by omar.aljadda@gmail.com on 25 Jul 2014 at 6:06

GoogleCodeExporter commented 8 years ago
You have to follow the instructions from buy-display.com
You can use the following constructor:
U8GLIB_UC1608_240X64(sck, mosi, cs, a0 [, reset])

I had made a picture of my setup:
http://wiki.u8glib.googlecode.com/hg/otherpic/u8glib_uc1608_240x64.jpg

Please note the small SMD prototyping board for the 4.7uF caps.

Original comment by olikr...@gmail.com on 25 Jul 2014 at 8:17

GoogleCodeExporter commented 8 years ago
Is this a 4-wire or 3-wire SPI connection? Any chance you have a circuit 
diagram to reference? Is this the same for the Uno? thanks for your help!

Original comment by omar.aljadda@gmail.com on 26 Jul 2014 at 1:32

GoogleCodeExporter commented 8 years ago
Also, I'm having difficulty corresponding U8GLIB_UC1608_240X64(sck, mosi, cs, 
a0 [, reset]) to the pins on both LCD pinout and the Arduino Uno board. I'm not 
sure which pin a0 corresponds to on the datasheet for example.

Original comment by omar.aljadda@gmail.com on 26 Jul 2014 at 1:35

GoogleCodeExporter commented 8 years ago
4 line spi.
In http://www.buydisplay.com/download/interfacing/ERC24064-1_Interfacing.pdf A0 
is equal to the CD (data/instruction) pin.

Original comment by olikr...@gmail.com on 26 Jul 2014 at 4:52