Hi Mark,
I'm currently looking at two OLED displays for a new project one uses a SSD1322 controller and the other uses a SSD1326 controller. I would probably interface either via SPI.
I am trying to build a definitive list of what is currently supported. Looking at the uTaskerLCD manual it covers
1. Text based displays using the HD44780 type chip
2. T6963C - Toshiba
2. KS0108B - Samsung
3. SSD1329 - used on Luminary OLED displays
4. NXP LPC2478 built in TFT controller
5.
- used on Atmel AVR32 EVK1105 board
6.
- Used on Nokia 6100 displays is this an Epson S1D15G00 or NXP PCF8833 (Leadis LDS176 is compatible with PCF8833) info about the Nokia6100 display was found here
http://www.sparkfun.com/tutorial/Nokia%206100%20LCD%20Display%20Driver.pdfHave I covered all the options above? I've created this list because I thought it would be helpful to see which chips were supported, as these are used on may different types of display. The underlying Chip type is the common factor.
I'm hoping the SSD1322 and SSD1326 are not too different from the SSD1329 that you already support. But its early days, not even sure if we are using OLED displays yet.
The displays we are looking at are wide and not very high 256 x 32 pixels, what I would like to do is put 2 displays side by side (512 x 32). To do this I would need 2 controller chips, would the logic of the uTasker display support a display made up of two controllers? To the main application it would look like one display space.
Cheers
Martin