Hi all,
I have purchased a OLED display but it is very confusing
http://www.ebay.co.uk/itm/121513407102?_trksid=p2060778.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT
Here is what is says on the advert
100% brand new and high quality
No font: take the word with modulo software
Needn't backlight, the display unit can self-luminousSpecifications:
High resolution: 128 * 64
Viewing angle:> 160掳
Supports many control chip: Fully compatible with Arduino, 51 Series, MSP430 Series, STM32 / 2, CSR IC, etc.
Ultra-low power consumption: full screen lit 0.04W
Voltage: 3.3V ~ 5V DC
Working Temperature: -30 鈩?~ 80 鈩?Module Size: 27.0MM * 27.0MM * 4.1MM
SPI Interface, need 4 IO only.
Driver IC: SSD1306
Light color: Yellow+blue
Pin Definitions:
VCC:3.3-5V
GND: grounding
CLK: clock module
MOSI: Data input
Cs: Chip select signal
D/C: Command / data changePackage includes:
1 x Yellow+Blue 0.96" SPI Serial 128X64 OLED LCD Display Module
As you can see is says it's SPI but the pins look like I2C (to me!) also on the actual device it has SDA+SCL but also D/C. Also it weas cheap so I am starting to think there is something missing, so at this point i am totally confused.
Here are my questions
-
Does it look like I can connected this to a nano and get it working
-
Is there any other hardware needed
-
Is it SPI or I2C
-
If it is I2C where do these lines go to on the nano (I am using the Adafruit SSD1306 libs + examples for 128x64 OLED display)
-
RST
-
D/C
I have tried to get this working with both SPI and I2C but think KNOW I got confused :-\
Thanks in advance
Steve