Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

Help with 128*64 OLED display


  • Please log in to reply
5 replies to this topic

#1 bramVD

bramVD

    Member

  • Members
  • PipPip
  • 16 posts
  • LocationDen Bosch, NL

Posted 09 January 2013 - 10:46 PM

Hello

 

a couple of weeks ago i bouth this little display:

 

 

 

Posted Image

 

pin1: GND    = Ground

pin2: V         = 5V?

pin3: D0       = CLK

pin4: D1       = MISO

pin5: RST     = Reset

pin6: DC       = Data / Command

pin7: CS       = Chip Select (CSN)

 

only one problem, i cant get it to work
i have tried it for a couple of days now, and im at the point of throwing it out of the window :angry:

 

i have tried a couple of projects as base, but can't even find a good diagram for wireing.

 

 

does anyone have experience with this LCD??

 

more info:
http://item.taobao.c...&id=12825164303

 

 

Bram van Deventer


Posted Image

#2 Mario Vernari

Mario Vernari

    Advanced Member

  • Members
  • PipPipPip
  • 1768 posts
  • LocationVenezia, Italia

Posted 09 January 2013 - 06:56 AM

Where did you find the pinout? Also I was not able to find any data-sheet with the command protocol. If you have it, could you post the doc/link?

 

Furthermore, do you own a regular Netduino (or Plus) or the faster Netduino Plus 2? For a similar display the new Plus 2 would perform much better.

Cheers


Biggest fault of Netduino? It runs by electricity.

#3 bramVD

bramVD

    Member

  • Members
  • PipPip
  • 16 posts
  • LocationDen Bosch, NL

Posted 10 January 2013 - 08:26 AM

I contacted the seller,

 

he sent me this link today:
http://www.divshare....ad/18744334-626

 

 

i'm using the standard Netduino (framework 4.2)


Posted Image

#4 Mario Vernari

Mario Vernari

    Advanced Member

  • Members
  • PipPipPip
  • 1768 posts
  • LocationVenezia, Italia

Posted 10 January 2013 - 01:04 PM

At first glance you could try using the I2C way, because the SPI protocol requires a 9-bit transfer which is not supported.

The I2C should be feasible, although not so fast to play animations or similar.

Bear in mind to add a couple of pull-up resistors (e.g. 5k Ohms) to +3.3V.

 

Oh...I wouldn't throw it away: although an LCD won't give much satisfaction with a Netduino, you could have fun by adding an Arduino. At that point, the Arduino makes the "dirty job" and the Netduino the elegant one!

Cheers


Biggest fault of Netduino? It runs by electricity.

#5 bramVD

bramVD

    Member

  • Members
  • PipPip
  • 16 posts
  • LocationDen Bosch, NL

Posted 10 January 2013 - 01:39 PM

At first glance you could try using the I2C way, because the SPI protocol requires a 9-bit transfer which is not supported.

The I2C should be feasible, although not so fast to play animations or similar.

Bear in mind to add a couple of pull-up resistors (e.g. 5k Ohms) to +3.3V.

 

Oh...I wouldn't throw it away: although an LCD won't give much satisfaction with a Netduino, you could have fun by adding an Arduino. At that point, the Arduino makes the "dirty job" and the Netduino the elegant one!

Cheers

 

 

Thanks, 

 

i will look at the i2C way  ;)

You mention pull-up resistors, on which pins?

 

Last Monday i order a Arduino, it seemed fun to combine the 2 boards into 1 project


Posted Image

#6 Mario Vernari

Mario Vernari

    Advanced Member

  • Members
  • PipPipPip
  • 1768 posts
  • LocationVenezia, Italia

Posted 10 January 2013 - 02:22 PM

Thanks, 

 

i will look at the i2C way  ;)

You mention pull-up resistors, on which pins?

 

Last Monday i order a Arduino, it seemed fun to combine the 2 boards into 1 project

 

Yes: of sure is funny...not trivial, but that's funnier!

The pull-ups are for the two I2C lines: SDA and SCL. You must add them externally.

Cheers


Biggest fault of Netduino? It runs by electricity.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.