where to buy LPC2106
2004-02-12 by ctaco147
Yahoo Groups archive
Index last updated: 2026-04-28 23:31 UTC
Thread
2004-02-12 by ctaco147
Hello, Is there any one knows where to buy LPC2106? I'm going to use it for my LCD controller project. Thanks, Josh
2004-02-12 by J.C. Wren
Just out of curiosity, why? If you're directly driving the glass, there
are better choices.
--jc
ctaco147 wrote:> Hello, > Is there any one knows where to buy LPC2106? > I'm going to use it for my LCD controller project. > > > Thanks, > Josh > >
2004-02-12 by ctaco147
For example? --- In lpc2100@yahoogroups.com, "J.C. Wren" <jcwren@j...> wrote: > Just out of curiosity, why? If you're directly driving the glass, there
> are better choices. > > --jc > > ctaco147 wrote: > > > Hello, > > Is there any one knows where to buy LPC2106? > > I'm going to use it for my LCD controller project. > > > > > > Thanks, > > Josh > > > >
2004-02-12 by J.C. Wren
The Texas Instruments MSP430 family have several members with built
in LCD glass driver support. Atmels ATMega169 also does, as do several
members of the (gag) PIC family from Microchip.
I don't know how much research you've done on driving LCDs, but LCD
glass (as opposed to modules using parts like the Hitachi HD44870)
cannot be driven with DC voltages. The average voltage across the
segment must be 0 volts or the liquid gets damaged. The LCD controllers
job is to provide a suitable waveform along with the multiplexing for
segments so that for larger displays, you don't need a discrete output
pin for each segment.
Most controllers have built-in safeguards to prevent DC voltages
from appearing on the outputs for more than a VERY short time. If you
choose to implement your own driver logic (which is doable), you have to
make absolutely sure that if the CPU is hung in a reset state or loop
that you don't leave the output pins driving in a DC state.
If you Google around for LCD drivers, you'll find tons of
information on this subject.
--jc
ctaco147 wrote:> For example? > > > --- In lpc2100@yahoogroups.com, "J.C. Wren" <jcwren@j...> wrote: > > Just out of curiosity, why? If you're directly driving the glass, > there > > are better choices. > > > > --jc > > > > ctaco147 wrote: > > > > > Hello, > > > Is there any one knows where to buy LPC2106? > > > I'm going to use it for my LCD controller project. > > > > > > > > > Thanks, > > > Josh > > > > > >
2004-02-13 by Leon Heller
----- Original Message -----
From: "ctaco147" <ctaco147@...> To: <lpc2100@yahoogroups.com> Sent: Thursday, February 12, 2004 7:51 PM Subject: [lpc2100] where to buy LPC2106 > Hello, > Is there any one knows where to buy LPC2106? > I'm going to use it for my LCD controller project. I've got some, 10 GBP each including postage. Leon -- Leon Heller, G1HSM Email: aqzf13@... My low-cost Philips LPC210x ARM development system: http://www.geocities.com/leon_heller/lpc2104.html
2004-02-13 by Helge Fabricius-Hansen
Hi, I did not have any problem ordering from Eurodiz. They sell them one by one. Price is about 10-12 Euro. Or why not order sampels from Philips. I got 5 for free today. Ordered them end of last week....! Helge --- In lpc2100@yahoogroups.com, "ctaco147" <ctaco147@y...> wrote:
> Hello, > Is there any one knows where to buy LPC2106? > I'm going to use it for my LCD controller project. > > > Thanks, > Josh
2004-02-13 by Alaric B Snell
Helge Fabricius-Hansen wrote: > Hi, > > I did not have any problem ordering from Eurodiz. They sell them one > by one. Price is about 10-12 Euro. Do you have a URL or other details for them? Google turned up Disneyland Paris! > Or why not order sampels from Philips. I got 5 for free today. > Ordered them end of last week....! Likewise! I couldn't find anything about how to order samples on the Philips sites. > > Helge > ABS
2004-02-13 by Joseph Tapay
eurodis.com could not find price, but they indicate item in stock (looks like one must log in, US is not in the country list) please let me know if you find something and how much my samples arrived from Hong Kong warehouse LPC2106BCC4311 TP404C ( still trying to understand the meaning) looks like the fab is China? j ----- Original Message -----
From: "Alaric B Snell" <alaric@...> To: <lpc2100@yahoogroups.com> Sent: Friday, February 13, 2004 8:26 AM Subject: Re: [lpc2100] Re: where to buy LPC2106 > Helge Fabricius-Hansen wrote: > > Hi, > > > > I did not have any problem ordering from Eurodiz. They sell them one > > by one. Price is about 10-12 Euro. > > Do you have a URL or other details for them? Google turned up Disneyland > Paris! > > > Or why not order sampels from Philips. I got 5 for free today. > > Ordered them end of last week....! > > Likewise! I couldn't find anything about how to order samples on the > Philips sites. > > > > > Helge > > > > ABS > > > > > Yahoo! Groups Links > > > > >
2004-02-14 by ctaco147
I think you are talking about the LCD driver. What I would like to build is controller which may have a rendering engine. - Josh --- In lpc2100@yahoogroups.com, "J.C. Wren" <jcwren@j...> wrote: > The Texas Instruments MSP430 family have several members with built > in LCD glass driver support. Atmels ATMega169 also does, as do several > members of the (gag) PIC family from Microchip. > > I don't know how much research you've done on driving LCDs, but LCD > glass (as opposed to modules using parts like the Hitachi HD44870) > cannot be driven with DC voltages. The average voltage across the > segment must be 0 volts or the liquid gets damaged. The LCD controllers > job is to provide a suitable waveform along with the multiplexing for > segments so that for larger displays, you don't need a discrete output > pin for each segment. > > Most controllers have built-in safeguards to prevent DC voltages > from appearing on the outputs for more than a VERY short time. If you > choose to implement your own driver logic (which is doable), you have to > make absolutely sure that if the CPU is hung in a reset state or loop > that you don't leave the output pins driving in a DC state. > > If you Google around for LCD drivers, you'll find tons of > information on this subject. > > --jc > > ctaco147 wrote: > > > For example? > > > > > > --- In lpc2100@yahoogroups.com, "J.C. Wren" <jcwren@j...> wrote: > > > Just out of curiosity, why? If you're directly driving the glass,
> > there > > > are better choices. > > > > > > --jc > > > > > > ctaco147 wrote: > > > > > > > Hello, > > > > Is there any one knows where to buy LPC2106? > > > > I'm going to use it for my LCD controller project. > > > > > > > > > > > > Thanks, > > > > Josh > > > > > > > >
2004-02-14 by ctaco147
Where to buy in US?? - Josh --- In lpc2100@yahoogroups.com, "Joseph Tapay" <Joseph.Tapay@a...> wrote: > eurodis.com > could not find price, but they indicate item in stock > (looks like one must log in, US is not in the country list) > please let me know if you find something and how much > > my samples arrived from Hong Kong warehouse LPC2106BCC4311 TP404C > ( still trying to understand the meaning) > looks like the fab is China? > j > ----- Original Message ----- > From: "Alaric B Snell" <alaric@a...> > To: <lpc2100@yahoogroups.com> > Sent: Friday, February 13, 2004 8:26 AM > Subject: Re: [lpc2100] Re: where to buy LPC2106 > > > > Helge Fabricius-Hansen wrote: > > > Hi, > > > > > > I did not have any problem ordering from Eurodiz. They sell them one > > > by one. Price is about 10-12 Euro. > > > > Do you have a URL or other details for them? Google turned up Disneyland > > Paris! > > > > > Or why not order sampels from Philips. I got 5 for free today. > > > Ordered them end of last week....! > > > > Likewise! I couldn't find anything about how to order samples on the
> > Philips sites. > > > > > > > > Helge > > > > > > > ABS > > > > > > > > > > Yahoo! Groups Links > > > > > > > > > >
2004-06-01 by Gus
do can I buy LPC2106 in single quantity?
2004-06-01 by leon_heller
--- In lpc2000@yahoogroups.com, "Gus" <gus_is_working@y...> wrote: > do can I buy LPC2106 in single quantity? I can supply them. Leon -- Leon Heller, G1HSM http://www.geocities.com/leon_heller
2004-06-01 by Gus
you are in England! I need to get a couple of these chips ASAP from some place in USA --- In lpc2000@yahoogroups.com, "leon_heller" <leon_heller@h...> wrote:
> --- In lpc2000@yahoogroups.com, "Gus" <gus_is_working@y...> wrote: > > do can I buy LPC2106 in single quantity? > > I can supply them. > > Leon > -- > Leon Heller, G1HSM > http://www.geocities.com/leon_heller
2004-06-01 by Paul Curtis
Gus, > you are in England! I need to get a couple of these chips ASAP from > some place in USA Chill out man, it'll only lead to ulcers. You didn't advertise the requirement that you required a 2106 sourced from the USA. For all I know, Leon may be the *only* source of qty 1 2106 chips as when we looked last samples were few and far between. Regards, -- Paul Curtis, Rowley Associates Ltd http://www.rowley.co.uk CrossWorks for MSP430, ARM, and (soon) Atmel AVR processors
2004-06-01 by Robert Adsett
At 08:30 PM 6/1/04 +0100, you wrote:
>Gus,
>
> > you are in England! I need to get a couple of these chips ASAP from
> > some place in USA
>
>Chill out man, it'll only lead to ulcers.
:)
Gus, can you tolerate less ram? Arrow claims to have 2104's and 2105's in
stock
Robert
" 'Freedom' has no meaning of itself. There are always restrictions,
be they legal, genetic, or physical. If you don't believe me, try to
chew a radio signal. "
Kelvin Throop, III2004-06-01 by leon_heller
--- In lpc2000@yahoogroups.com, "Gus" <gus_is_working@y...> wrote: > you are in England! I need to get a couple of these chips ASAP from > some place in USA I've supplied quite a few to people in the US. You will get them in under a week. I can accept payment via PayPal. Leon
2004-06-01 by Shannon Holland
On Tuesday, June 1, 2004, at 12:41 PM, Robert Adsett wrote: >> >>> you are in England! I need to get a couple of these chips ASAP from >>> some place in USA >> >> Chill out man, it'll only lead to ulcers. > > :) > > Gus, can you tolerate less ram? Arrow claims to have 2104's and > 2105's in > stock > > Also, have you talked to Philips? They might be able to supply you with samples. Try calling your regional sales office. Shannon
2004-06-01 by Rob Chapman
If you want a really small board with that chip, New Micros has a couple of nice solutions: http://www.newmicros.com Rob
>you are in England! I need to get a couple of these chips ASAP from >some place in USA > >--- In lpc2000@yahoogroups.com, "leon_heller" <leon_heller@h...> >wrote: >> --- In lpc2000@yahoogroups.com, "Gus" <gus_is_working@y...> wrote: >> > do can I buy LPC2106 in single quantity? >> >> I can supply them. >> >> Leon >> -- >> Leon Heller, G1HSM >> <http://www.geocities.com/leon_heller>http://www.geocities.com/leon_heller > >Yahoo! Groups Sponsor >ADVERTISEMENT ><http://rd.yahoo.com/SIG=129rr7cco/M=295196.4901138.6071305.3001176/D=groups/S=1706554205:HM/EXP=1086204523/A=2128215/R=0/SIG=10se96mf6/*http://companion.yahoo.com> > > > > >Yahoo! Groups Links > >To visit your group on the web, go to: ><http://groups.yahoo.com/group/lpc2000/>http://groups.yahoo.com/group/lpc2000/ > >To unsubscribe from this group, send an email to: ><mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe>lpc2000-unsubscribe@yahoogroups.com > >Your use of Yahoo! Groups is subject to the ><http://docs.yahoo.com/info/terms/>Yahoo! Terms of Service.