http://www.ladyada.net/learn/arduino/lcd.html
JImmie
Excellent. Thank you.
Lady Ada is quite a talented and hardworking Engineer.
(* jcl *)
On a separate note, I'm definitely going to order one of the LCDs from
Jameco ( http://www.jameco.com/webapp/wcs/stores/servlet/ProductDisplay?langId=-1&storeId=10001&catalogId=10001&productId=365982
) the next order I put in with them. Alternately, if you are going to
order some, then count me in for one.
Jimmie
Thanks.
I am still hoping to find a 3.3V device (the one from Jameco is 5V).
You may want to check out the New Haven LCDs at Mouser. They have some
4x20 displays
that are in the same price range as the 2x16 from Jameco. Some of the
2x16's are cheaper.
Some devices have a 1x16 pinout others a 2x8. The very low cost
devices and the devices
with only 14 pins usually do not have the backlight.
My circuit uses a PIC and drives through a 74HC164 shift register
(much like the arduino tutorials I've seen). My implementation uses 5
i/o pins:
data
clock
enable
contrast
backlight
-
Martin K
On Mon, Apr 7, 2008 at 8:28 AM, jluciani <jluc...@gmail.com> wrote:
>
--
Martin Klingensmith
It's an OLED display with touch capabilities, all in a nice shield
package. Though, $110 per unit is probably more than you were looking
for. *cough cough* I do realize that using this wouldn't be feasible,
but I think it's neat anyhow.
Jimmie
Thanks for the link.
I thought the same thing on the LED backlight but a number of the
LCDs I looked at had a minimum of around 4V for a green or a yellow
LED backlight (which should have Vf's at 2V). I think they may placing two LEDs
in series for the green and yellow LEDs. For the white LEDs
the minimum is lower (typically around 3-3.5V). I suspect for white backlights
all the LEDs are in parallel.
> My circuit uses a PIC and drives through a 74HC164 shift register
> (much like the arduino tutorials I've seen). My implementation uses 5
> i/o pins:
> data
> clock
> enable
> contrast
> backlight
Most of the tutorials that I have seen use 8-10 I/O lines on the Arduino.
The shift register could be a better way to go.
Thanks.
(* jcl *)
$3.19 is a very good price.
It looks like it can be ordered from Mouser as well for $6.66(1) and $5.16(50).
Thanks.
It's 3.3v serial, which I think of as a huge bonus (total about 5 I/O
lines or less) with onboard display memory... no built-in backlight,
but it has a diffuser behind it to support on-board SMD LEDs
backlighting. I have a character generator/string and simple graphics
library written for it in C, but it should be easy to translate.
I'm in Africa right now with very limited connectivity, but I can post
it when I get back. May not be what you're looking for for Dorkoni,
but cool nonetheless :-)
On Mon, Apr 7, 2008 at 2:23 PM, John Luciani <jluc...@gmail.com> wrote:
>
Thanks for the information. I am assuming this is your page
about the LCD at -- http://tim.cexx.org/?page_id=342
If I can do a board design that accommodates both a surplus
part and a production part I will do it. it gives the user of the PCB
a low-cost construction option.
--
"If you really want something in this life, you have to work for it.
Now, quiet! They're about to announce the lottery numbers..." - Homer
Simpson