Lorcan Posted July 7, 2015 Report Posted July 7, 2015 I just saw this https://www.olimex.com/Products/Modules/LCD/MOD-OLED-128x64/open-source-hardware It's a 128x64 display with PCB and integrated connector for 5.5€ I haven't ordered any myself (yet) but I thought this might be of interest to the community Cheers, Lorcan Quote
Hawkeye Posted July 7, 2015 Report Posted July 7, 2015 Nice find! But it seems, it might only offer an I2C interface, not 4-wire SPI, which is necessary for the current MIDIbox SSD1306 driver :-). I did not research thorougly... maybe it is possible to attach it nevertheless, but the schem on the website says there are only VDD, GND, SCL and SDA pins, which is I2C... Many greets, Peter Quote
Lorcan Posted July 7, 2015 Author Report Posted July 7, 2015 You're right I missed this point. According to this and this https://github.com/OLIMEX/MOD-OLED-128x64/blob/master/HARDWARE/MOD-OLED-128x64.pdf and this https://www.olimex.com/Products/Modules/LCD/MOD-OLED-128x64/resources/ER-OLED0.96-2_Manual.pdf the PCB is wired to configure the chip as I2C But changing I2C to SPI mode only requires to change one connection (pin BS1) from high to low, so I guess just a little soldering + wire would do the trick Quote
Hawkeye Posted July 7, 2015 Report Posted July 7, 2015 Well, this works only, if all pins and connection points (more data lines are necessary) are available in "wide" pitch on the breakout PCB. Soldering to that multipin plastic flat display wire is next to impossible.. i tried to fix a broken SSD1306 a time ago, no go for mere mortals. If you have Jeri Ellsworth powers, on the other hand, forget what I just said! ;-) Quote
Rowan Posted July 7, 2015 Report Posted July 7, 2015 I've been looking at ordering some of these. http://pages.ebay.com/link/?nav=item.view&alt=web&id=371267783096 They should work and can be ordered in bulk from the seller for as little as £2.50 each when you buy multipuls of 10 Quote
Hawkeye Posted July 7, 2015 Report Posted July 7, 2015 (edited) Rowan, have you tried them? Again, these seem to have only 6 pins easily solderable, but we need 7 for the 4-wire serial protocol: http://ucapps.de/mbhp/mbhp_lcd_ssd1306_single_mios32.pdf Here, the CS (display) /D0 (MIDIbox core) line seems missing (they might only support 3-wire spi). Many greets, Peter Edited July 7, 2015 by Hawkeye Quote
Rowan Posted July 7, 2015 Report Posted July 7, 2015 I haven't tried those displays but I have has 6 pin SSD1306 SPI displays working with MIOS. Attached is a couple of pictures of a known working 6 pin display. It's not wire up in the photo but I have had this very display working with the MBNG app on a STM32F4 core. Quote
Hawkeye Posted July 7, 2015 Report Posted July 7, 2015 (edited) Rowan, thanks for the confirmation, and sorry for being picky today (too hot here :-)), but the SSD above has all 4 lines necessary for 4-wire SPI named (DC, CS, MOSI, CLK) on the PCB. Methinks, it has a proper startup reset mechanism onboard and thus does not need the 7th (Reset) line. The display in the ebay link on the other hand has the "RST" line on one of the six pins and thus might be missing one of the four serial lines. Many greets and have a great evening, Peter Edited July 7, 2015 by Hawkeye Quote
Rowan Posted July 8, 2015 Report Posted July 8, 2015 Good to know. I'm pleased I didn't buy any. The display I pictured can be found cheap on eBay. I think I paid about £2.80 inc shipping from Hong Kong. The logo printed on the PCB makes it very easy to identify. Quote
FantomXR Posted July 8, 2015 Report Posted July 8, 2015 If you look for cheap OLEDs, check aliexpress. You can get the OLEDs which are working nice for even less money. Here are some examples: Blue, 0.96": http://www.aliexpress.com/item/1Pcs-blue-128X64-OLED-LCD-LED-Display-Module-0-96-I2C-IIC-SPI-Serial-new-original/32328394682.html White, 0.96": http://www.aliexpress.com/item/0-96-inch-7PIN-White-OLED-Display-Module-SSD1306-Drive-IC-SPI-Interface/32387186587.html White, 1.3": http://www.aliexpress.com/item/White-1-3-SPI-Serial-128X64-OLED-LCD-LED-Display-Module-for-Arduino-UNO-R3/2031225102.html Quote
Rowan Posted July 8, 2015 Report Posted July 8, 2015 These are the same display as the one I have used. http://pages.ebay.com/link/?nav=item.view&alt=web&id=400779379366 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.