Search found 157 matches

by RadioT
Sun Dec 16, 2007 1:53 am
Forum: User Modules
Topic: Anyone working on an SSD1339 based OLED (132x132) module?
Replies: 20
Views: 19471

OK, after some work, here's code that uses USART port 2 for debugging and will correctly print fonts and graphics. Note the initialization strings, they are critical. I also need to clean up the line strobe functions, I put them in explicitly to make sure it worked. I'll clean it up and try to get l...
by RadioT
Fri Dec 14, 2007 1:20 pm
Forum: User Modules
Topic: Anyone working on an SSD1339 based OLED (132x132) module?
Replies: 20
Views: 19471

I can already see some things to work on: 1. I didn't put in the dummy read before the actual read. This will have to be done before the function can be used for reading back bytes from the SSD1330 chip. 2. Looking at the SSD1339 datasheet, it's not entirely clear whether it's the CS line or the E l...
by RadioT
Fri Dec 14, 2007 10:36 am
Forum: User Modules
Topic: Anyone working on an SSD1339 based OLED (132x132) module?
Replies: 20
Views: 19471

Thanks for posting it! I'll go through our respective functions and see what I can do to get something working. This ain't rocket science, it should be a straightforward case of "fetch the font byte, then write it the way the hardware wants it". Once it works I'll repost for any and all to critique/...
by RadioT
Thu Dec 13, 2007 5:50 pm
Forum: User Modules
Topic: Anyone working on an SSD1339 based OLED (132x132) module?
Replies: 20
Views: 19471

Hi Nathan, Sure, Densitron offers a model with the SSD1339 in the UK. Here's a link to their contact info: http://www.densitron.com/content.aspx?id=504 as for vendors, you can get it at Spark Fun: http://www.sparkfun.com/commerce/product_info.php?products_id=712 4D systems out of Australia also prod...
by RadioT
Thu Dec 13, 2007 4:55 pm
Forum: User Modules
Topic: Anyone working on an SSD1339 based OLED (132x132) module?
Replies: 20
Views: 19471

Sure, I have lots of documentation. I am writing a hardware module and also have it going in Proton Plus. However, the Proton code is a kluge, it has a lot of extra small functions since it can't do overloaded subroutines, modules, etc. Which is why I switched to SF. Note that the SSD1339 has a few ...
by RadioT
Thu Dec 13, 2007 3:02 pm
Forum: User Modules
Topic: Anyone working on an SSD1339 based OLED (132x132) module?
Replies: 20
Views: 19471

Anyone working on an SSD1339 based OLED (132x132) module?

Hello, I've switched over to SF from Proton and have been working on a module for an organic LED display that uses the Solomon SSD1339 chip for about a week now. I'm implementing it using the 8-bit 6800-type interface configuration. Is anyone more experienced with SF working on this type of OLED or ...
by RadioT
Fri Dec 07, 2007 11:50 am
Forum: IDE
Topic: Does anyone used subversion? if not why not?
Replies: 2
Views: 3257

I also use Subversion, and have been for about 2 years now. I chose it because it integrates quite nicely into the Windows menu and runs in UNIX. It's a bit of a learning curve, but once you get the terminology of a versioning system and how it works, it really helps keep everything organized and sa...