Does anyone have the specific part number and source for the OLED display used on the 5515 USB stick? The part number on the schematic says "0SD9616GLBBG01" which doesn't turn up much on the web. The closest thing I can find are some discontinued OSRAM displays. Thx, MIkeH
Thx,
MIkeH
MikeH
Hi Mike,
The OLED Display is made by One Stop Displays. See Product OSD-9616GLBBG01 at http://www.osddisplays.com/oled.php
The LCD controller that communicates with the DSP over I2C is the SSD1306. See http://datasheet.jp/data/oled/SSD1306-Revision%201.1%20%28Charge%20Pump%29.pdf
Hope this helps,Mark
---------------------------------------------------------------------------------------------------------Please click the Verify Answer button on this post if it answers your question.
Also see our C5000 Wiki---------------------------------------------------------------------------------------------------------
Mark,
Thanks for the pointers. Wow, that's a complex beast!
While I've got your ear, can you also give me the part number for P1 & P2 (20-pin surface mount connectors)?
Currently I try to re-write the OSD library for the C5515 eZdsp with CSL. I get a error while I2C_write(). I can access the display but all I get is random pixels. All I do is initalize the display and use the clear function. Maybe someone has an idea whats wrong.
Display write function: http://pastebin.com/en9Em1rK
My I2C setup: http://pastebin.com/3SaMLtRQ
OLED init: http://pastebin.com/iLuudkYZ
Maybe something in the way I use the function is wrong or the adress is wrong
I also get (now ..) a error during the initialization of the display (printf("I2C write error while display init"); is triggered)
I wrote a library for the SSD1306, although not for the same display, it is for a 128x64 OLED.
It might not be what you are looking for, but here it is just in case: SSD1306 Library
hi gabriel,
is the ssd1306 library you posted compatible to Stellaris Graphics Libarary already?
Hello, since all the links are broken now, could someone mirror them here?
Best Regards
Hi Lothar,
The documentation is on the OSD Displays website: http://osddisplays.com
Find the OLED named OSD9616: http://osddisplays.com/productDetails.php?pid=10
The downloads are available under "Documentation" on the bottom of the page (login required).
OSD9616P0899-10.pdf
SSD1306-Revision 1.1 (Charge Pump).pdf
The SSD1306 includes the I2C interface, so the second document contains the most useful information.
Thanks Mark,
> OSD9616P0899-10
This was helpful.