Serial comms on an OLED

Coding and general discussion relating to user created compiler modules

Moderators: David Barker, Jerry Messina

Post Reply
bheist
Posts: 1
Joined: Sun Mar 09, 2008 1:38 am

Serial comms on an OLED

Post by bheist » Sun Mar 09, 2008 1:44 am

Has anyone had any success in using an OLED with a S1D15605 controller in the serial transfer mode? On my final design, I'm short port pins so I decided to try the serial comms to talk to the LCD. Currently I'm using a PICDEM demo board write some demo code for this LCD, but I haven't been able to get anything to display. Anyone else have any luck?

Thanks
Bill

User avatar
RadioT
Registered User
Registered User
Posts: 157
Joined: Tue Nov 27, 2007 12:50 pm
Location: Winnipeg, Canada

Post by RadioT » Mon Apr 14, 2008 1:19 am

What exactly is your pinout? I haven't worked with these, but looking at the manual, there are 2 chip select lines, a data line, clock, and an "A" line to determine whether the signals are command or data. On p. 280 of
http://www.tianma.com/web/uploads/contr ... 542ea4a06d...

I would think you have this document or one like it and have followed the recommendations? I can see by reading it that the timing is quite fussy...to be expected with a display.

-Tom

Post Reply