LCDInfo.com

http://www.lcdinfo.com
It is currently Fri Mar 29, 2024 7:29

All times are UTC + 2 hours




Post new topic Reply to topic  [ 288 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 20  Next
Author Message
 Post subject:
PostPosted: Tue Apr 13, 2004 9:24 
Offline

Joined: Mon Nov 18, 2002 11:04
Posts: 37
Location: The Netherlands
Karel wrote:
Where did you get the displays because I would like to try ?

I bought mine through a crappy GSM webshop here in the Netherlands for 29 euro each (5 displays total (hey I got other projects aswell)). The kind of shop that makes you wonder wether it's illegal or not... :roll: But they are new and they work. Just make sure they can deliver the right version if you can only use one of the two controllers.

Jelu sells the right ones guaranteed. It's pricy like Henri said, but you know what you're getting. With some other shops that's always a guess.

Henri wrote:
...But just making the display work would be cool like you probably already know. :)

Yup :D

_________________
Creator of LiQuiD-MP3


Top
 Profile  
 
 Post subject: Henri and Zotti
PostPosted: Tue Apr 13, 2004 21:54 
Offline

Joined: Thu Mar 18, 2004 17:17
Posts: 5
hi ,
hey henry and zotti ,how do you come to know that the colour LCDs with PCF8833 controller are being used in nokia 6610 and 7210.
how can i come to know the controller information in other nokia colour LCDs. Is it available on nokia site :roll: ???

thanks,
Pravin


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 14, 2004 7:34 
Offline

Joined: Mon Feb 16, 2004 23:58
Posts: 1
Can we expect a collaboration between the two greats of LCDs (Zotty and Henri of course :D ) to bring us a single great program for both winamp and system stats?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 14, 2004 12:25 
Offline

Joined: Mon Nov 18, 2002 11:04
Posts: 37
Location: The Netherlands
pravin wrote:
hi ,
hey henri and zotty ,how do you come to know that the colour LCDs with PCF8833 controller are being used in nokia 6610 and 7210.
how can i come to know the controller information in other nokia colour LCDs. Is it available on nokia site :roll: ???

It's just the sheer luck of running into the information. Nokia does not give this kind of information, so I'm guessing these things are put on the net by someone working at a servicecenter or something like that.
Most of the time I discover hard to find pinout/controller information by browsing through forums, even Chinese/Japanese ones. And rarely by browsing product trees of LCD controller manufacturers to just see what they have and just guess which controller/commandset might be used.

jace055 wrote:
Can we expect a collaboration between the two greats of LCDs (Zotty and Henri of course :D ) to bring us a single great program for both winamp and system stats?

I don't exactly have an answer ready, but.... the thought has crossed my mind before. Make some sort of kickass MP3/OGG plugin for LCDInfo. But that was just a private thought, Henri does not know this ehehe ;)
On the other hand I've also thought of kicking Winamp out of the whole project, and make my own music player, specialised in outputting info to a display. And other things... so you might say there's a lot of thinking going on..

_________________
Creator of LiQuiD-MP3


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 15, 2004 11:33 
Offline

Joined: Sun May 05, 2002 22:05
Posts: 2063
Location: Lappeenranta, Finland
I'd be very happy to see a LCDInfo plugin made by a specialist like you Zotty. :D
But on the other hand I understand if this doesn't fit in your plans and you prefer to put your time on something else.

I once thought if it was somehow possible for LiQuiD-MP3 and LCDInfo to cooperate and use the port in a civilised manner. I think it would be possible but it would require some work on both programs to give up the port and then re-initialise the display again to it's own settings. Also they would need to communicate with each other to know which one has the turn.

There should be a "standardised" lcd driver layer that other programs could then use for outputting to the display hardware instead of every program having it's own drivers. I have thought of something like this but it would take some work and time and without support from other programs and developers I don't think it's worth doing all the work.
But this way writing some program for different lcds wouldn't require handling the hardware details and more than one program could work at a time.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 16, 2004 12:56 
Offline

Joined: Fri Apr 16, 2004 12:42
Posts: 2
Karel wrote:
Where did you get the displays because I would like to try ?


You can buy nokia lcds here : http://www.magboss.aza.pl
6610 for 15 euro and they also had connectors for those displays.

BR

BoberM


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 16, 2004 21:04 
Offline

Joined: Fri Apr 16, 2004 20:59
Posts: 4
Location: Versailles, France
hi,

i'm currently working on a portable mp3 player based on an atmega128 and i'm wondering if it would have enough power to handle such a color LCD, that would be great :)

by the way, thanks for your posts, they're pretty helpfull concerning the wirings


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 18, 2004 0:11 
Offline

Joined: Sun May 05, 2002 22:05
Posts: 2063
Location: Lappeenranta, Finland
BoberM:
Thanks for the link. That should be a good price for the display.

wedge:
AVR should have enough speed to handle something like this. Of course in the end it depends of how much other things the micro should do at the same time and how complicated things you want to display.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 18, 2004 18:36 
Offline

Joined: Fri Apr 16, 2004 20:59
Posts: 4
Location: Versailles, France
ok thanks Henri, that was what i thought, but before buying one i'd prefered to ask :)

in fact the avr will have to read a stream from the hard drive, handle the lcd and send the mp3 datas to the decoder chip... the only bad thing about this is that i have to share the spi between the mp3 chip and the lcd, but i think that will be ok...

now i've just to buy one and start making my own tests and write a library to handle the lcd


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 08, 2004 12:00 
Offline

Joined: Sun May 05, 2002 22:05
Posts: 2063
Location: Lappeenranta, Finland
I finally got fed up with my laziness with this project and took my old FTDI board and wired it for 3.3V IO. Also soldered wires to the Philips display pads and connected things together. Something I noticed was that the voltage in the FTDI pins was about 4V and not 3.3V like I expected. But anyway I got the display working and my first color fill only took about 10 minutes to fill the entire screen ;) Guess I should have done some calculations of the bit bang rate instead of just putting a random value there.
Also the backlight is not yet connected so I need to figure out something to drive it.

Next would then be some optimisations to the speed and closer look into the PCF8833 datasheet to see what exactly can be done.


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 10, 2004 23:14 
Offline

Joined: Thu May 06, 2004 23:41
Posts: 2
Location: UK
Hi all,


could someone point me in the right direction with regards to the initilisation sequence of the PCF8833?

RESET -> BSTRON -> NORON -> DISPON

I'm getting nowhere!


regards,
Dave
LO203


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 13, 2004 19:01 
Offline

Joined: Thu May 13, 2004 18:58
Posts: 2
BoberM wrote:

You can buy nokia lcds here : http://www.magboss.aza.pl
6610 for 15 euro and they also had connectors for those displays.

BR

BoberM



Did anyone already buy a LCD or a connector at this shop?
There are no terms and conditions on their page and they also ignore emails...

looking


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 17, 2004 23:00 
Offline

Joined: Sun May 02, 2004 4:28
Posts: 19
Location: Brazil
looking wrote:
BoberM wrote:

You can buy nokia lcds here : http://www.magboss.aza.pl
6610 for 15 euro and they also had connectors for those displays.

BR

BoberM



Did anyone already buy a LCD or a connector at this shop?
There are no terms and conditions on their page and they also ignore emails...

looking


I bought one lcd and connector from magboss and received it.
I´m from Brazil.
The LCD is Epson and connector is very small not it's easy to solder. :(

Best regard

_________________
---=[ Junior ]=---
www.lcdmania.net


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 18, 2004 18:16 
Offline

Joined: Sun May 05, 2002 22:05
Posts: 2063
Location: Lappeenranta, Finland
lcdmania wrote:
I bought one lcd and connector from magboss and received it.
I´m from Brazil.
The LCD is Epson and connector is very small not it's easy to solder. :(

Best regard

I noticed there are two different products:
"Original LCD Mobile Display for Nokia 6100 / 6610 / 7250"
and
"Original LCD Mobile Display for Nokia 6610"

Which one did you order ?

If I had to guess from those I think the "6100 / 6610 / 7250" display might be Epson and "6610" Philips. But this is just a guess and I'd like to know which one you got ?


DaveE:
Have you already got further with the display ?


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 18, 2004 18:45 
Offline

Joined: Thu May 13, 2004 18:58
Posts: 2
lcdmania wrote:
I bought one lcd and connector from magboss and received it.
I´m from Brazil.
The LCD is Epson and connector is very small not it's easy to solder. :(

Best regard



How much were the shipping costs?
How did you pay, via credit card?

Regards,
looking


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 288 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 20  Next

All times are UTC + 2 hours


Who is online

Users browsing this forum: No registered users and 27 guests


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

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group