CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Nokia 6100 display which controller

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Jody



Joined: 08 Sep 2006
Posts: 182

View user's profile Send private message Send e-mail

Nokia 6100 display which controller
PostPosted: Wed Nov 18, 2009 5:33 am     Reply with quote

Hello,

I am trying to control the Nokia (Sparkfun) display.
One display is broken down. So I decided to take it apart.
I know there are two controller: Epson and Philips.
Take the complete display apart... but found no IC .. some resistors but no IC.....

Does anyone know where the controller is placed????

Regards,
Jody
MikeW



Joined: 15 Sep 2003
Posts: 184
Location: Warrington UK

View user's profile Send private message

PostPosted: Wed Nov 18, 2009 6:03 am     Reply with quote

It may be in a chip scale package, in which case it will be under a circular piece of black epoxy, about 10mm diameter.

Either way, you aint gonna do much with it.
Jody



Joined: 08 Sep 2006
Posts: 182

View user's profile Send private message Send e-mail

PostPosted: Wed Nov 18, 2009 6:43 am     Reply with quote

I don't want to do anything with it... just want to know which controller it is and where is it.....
Guest








PostPosted: Wed Nov 18, 2009 10:34 am     Reply with quote

Check maximum vcc I think it is 3,6V
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Wed Nov 18, 2009 4:40 pm     Reply with quote

Quote:
just want to know which controller it is

They explain all this on the Sparkfun page for that product. Did you
read it ? They tell you which appnote to read. It's in the list
on this page:
http://www.sparkfun.com/commerce/product_info.php?products_id=569

Use http://www.google.com to search the Sparkfun forum.
(Would be more logical than asking on CCS, no ?)
Use this search string:
Quote:
site:forum.sparkfun.com Nokia Knock-Off

Or this:
Quote:
site:forum.sparkfun.com Nokia 6100
bkamen



Joined: 07 Jan 2004
Posts: 1611
Location: Central Illinois, USA

View user's profile Send private message

PostPosted: Wed Nov 18, 2009 11:53 pm     Reply with quote

PCM programmer wrote:

(Would be more logical than asking on CCS, no ?)


The CCS Forum is where all the smart people hang out. It's so kewl!

(grin)

-Ben
_________________
Dazed and confused? I don't think so. Just "plain lost" will do. :D
Jody



Joined: 08 Sep 2006
Posts: 182

View user's profile Send private message Send e-mail

PostPosted: Thu Nov 19, 2009 2:29 am     Reply with quote

Yes I did read that site:
Quote:

Features:
LCD Logic - 3.3V @ 2-3mA
LED Backlight - 7V @ 40-50mA (very bright)
Full 4,096 Color Display
Uses the Epson S1D15G10 or Philips PCF8833 Controller (we cannot guarantee which one you will receive, please see Jim Lynch's tutorial below as to why)


And Jim Lynch say:
Quote:

if the LCD has a GE-12 sticker on it, it’s a Philips PCF8833. If it has a GE-8 sticker, it’s an Epson controller.


And on mine display has a GE sticker not GE-8 or GE-12...

So I have take the display apart and found a controller.... and still I don't know what controller it is....

Anyone??

Regards,

Jody
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Thu Nov 19, 2009 2:33 am     Reply with quote

Why are you asking us ? Why don't you ask on the Sparkfun forum ?
It's their product.
Jody



Joined: 08 Sep 2006
Posts: 182

View user's profile Send private message Send e-mail

PostPosted: Thu Nov 19, 2009 2:47 am     Reply with quote

Why am I asking it here:
There are a lot off people on this forum that used this display. So maybe (I have this display takes apart) we can solve this question ones and for all.

Why am I not asking Sparkfun:
I did ask them. they answer:
Quote:
Uses the Epson S1D15G10 or Philips PCF8833 Controller


Regards,

Jody
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Thu Nov 19, 2009 2:01 pm     Reply with quote

Here is a possible way to tell the difference:

1. Study the data sheets of the two LCD controllers.
Look to see if there are significant differences in the register map,
or the method of accessing the registers.

2. Write two short test programs, one for each LCD controller,
that reads and writes to a register. See which one works with
your LCD.

For example, one of the controllers may have "extensions" to
the command set or the register set. It may have a register
that doesn't exist in the other controller. You could try to read
and write to that register. This might prove which controller
you have. Though, it's possible that a register might be undocumented
in the 2nd controller. Then this test might not work to tell the
difference between controllers.

In one of the controllers, a register might be "write-only". But
maybe in the 2nd controller, it might be "R/W" capable. You could
write a test program that tried to write and then read back the result.
This could tell you which controller you have.

Look for differences like this between the two controllers, that you
can use to tell which one you have. It takes a little detective work.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group