GLCD driver for Samsung S6E63D6

Coding and general discussion relating to user created compiler modules

Moderators: David Barker, Jerry Messina

Post Reply
User avatar
rocketbob
Registered User
Registered User
Posts: 51
Joined: Sun Apr 01, 2007 1:36 am
Location: Indiana USA

GLCD driver for Samsung S6E63D6

Post by rocketbob » Wed Mar 19, 2008 3:08 pm

Hi All,

I'm looking at using an OLED display for my current project which uses a Samsung S6E63D6 display controller. The interesting thing about this controller is it has a SPI interface.:

The display, OSD028AMQV-F:
http://www.osddisplays.com/oled.php

Link to the controller datasheet, found via google:
http://www.cec-mc.ru/comp/lcd/powertip/pdf/S6E63D6.pdf

If I could trouble one of the GLCD guru's here to take a peek at the datasheet and let me know if this would be a difficult controller to work with, it would be greatly appreciated. I've only worked with character displays so writing a GLCD driver would be new to me. Is there a possibility an existing driver would have a similar instruction set that could be modified to work with this controller?

Regards,
Bob

User avatar
David Barker
Swordfish Developer
Posts: 1214
Joined: Tue Oct 03, 2006 7:01 pm
Location: Saltburn by the Sea, UK
Contact:

Post by David Barker » Wed Mar 19, 2008 4:27 pm

It certainly would be a project, I would suggest you take a look at the S1D15G00.bas driver to get some pointers.

However, using SPI on a colour 320 x 240 display is going to require one hell of a throughput. For this size of colour display, you really need to think about using a parallel interface - unless a really slow update of the display wouldn't be an issue...

uwmengineer
Posts: 1
Joined: Sat May 29, 2010 9:06 am
Location: USA

2.8" OLED and dsPIC w/SPI Interface

Post by uwmengineer » Sat May 29, 2010 9:12 am


Post Reply