Closed GoogleCodeExporter closed 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
documentation added
Original comment by olikr...@gmail.com
on 24 Jan 2014 at 8:04
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
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
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
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
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
Original issue reported on code.google.com by
olikr...@gmail.com
on 22 Oct 2013 at 8:41