Shop OBEX P1 Docs P2 Docs Learn Events
a 24x1 LCD (All Elect. LED-111 a Wintek# WDC2401P-1GNNA) — Parallax Forums

a 24x1 LCD (All Elect. LED-111 a Wintek# WDC2401P-1GNNA)

HShankoHShanko Posts: 402
edited 2011-08-25 14:03 in Propeller 1
Has anyone used this LCD?

For some reason the initialization of $1C, $14, $28, $4F, $E0 doesn't seem to work. Is that a correct sequence?

I got this from a couple of sources. Googling Parallax wasn't helpful. I'm trying to use it with a QuickStart board. At $1.85/module; only problem s te 50 mil i/f header. I got mine several years back.

Comments

  • Cluso99Cluso99 Posts: 18,069
    edited 2011-08-10 17:16
    There are some drivers for LCDs based on the HD...780? chip in the obex. I suggest you try that.
    BTW I noticed that the pinouts for some LCDs have the RW, RS & E pins in different order.
  • HShankoHShanko Posts: 402
    edited 2011-08-10 17:33
    Thanks Cuso99

    This LCD used the the Hitachi 66717 IC. This is a new onne for me. I'll look into the OBEX in case there's any thing there on it.

    I Googled the display but got mostly all All Electric references. And I didn't notice any there of help. Maybe I 'looked' too fast. Ive got a document on the IC but I didn't see any reference to 'init' in the ~100 pages. Trying to do too much at once I suppose with the QuickStart module.
  • HShankoHShanko Posts: 402
    edited 2011-08-10 18:22
    I've finally added a photo to my avatar. A stray female showed up 4+ years ago, then winter came and she didn't show up until early Spring. Soon she was 'showing'. A calico which had a pleasant attitude to humans; oh yeah, we fed her. Soon, she would come into the house, then quickly exit. More of this and she realized we'd not hurt her. Finally she 'picked a spot' behind a bookcase for her 4 babies. No two the same. A large 'tiger' striped, a orange striped, a calico and a smaller grey patterned kitten. We call her Cubby (I chose Chubby; wife thought Cubby better). She is still chubby somewhat. Anyway, recently she climbed up on another bookcase and fell asleep. I couldn't resist this snoozer. Should have gotten a slightly more zoomed shot. OFF SUBJECT, but some members are cat lovers.
  • HShankoHShanko Posts: 402
    edited 2011-08-11 13:50
    Cluso99,

    I did find some info in the OBEX on this item. It seems they don't use the reset pin of the LCD.

    Maybe my part is 'bad'; I do have 2 others. Unfortunately the 0.050" spaced pins on the LCD don't lend themselves to any cable/connector. I soldered wire-wrap wires from the LCD to a 2x7 header, and that is a tedious job to repeat. But I'm not giving up yet one this.
  • Cluso99Cluso99 Posts: 18,069
    edited 2011-08-11 14:29
    I would try one of the 44780 obex drivers. Take that and remove the character downloading as this is different. Check to see it is initialising correctly in 8bit mode (as the specs say it does not work in 4 bit mode).
  • HShankoHShanko Posts: 402
    edited 2011-08-12 16:19
    @ Hanno, or anyone else who's more familiar with ViewPort than I am, as far as getting it ro load and run.

    Now that I've verified that ViewPort is working properly, for some reason this program doesn't load or configure properly. I'm not sure is our 3 cats have 'been playing/laying/stepping' on wrong keys and modified my code. I had copy/pasted and edited what I had working with VP. I can't see what is wrong. I've ploughed through the VP manual, but don't notice any funnies. Yet this QuickStart board and VP runs Hanno's 4-bit counter demo.

    Q. Can 'vp.share include Longs on down to Bytes?

    LCD_24x1.spin
  • HShankoHShanko Posts: 402
    edited 2011-08-25 14:03
    Finally found why this LCD wouldn't work. After checking the wiring many times, today I found I had even/odd pairs swapped in the wiring on the mezzanine board. Rather than mess any thing up further, I just wrote code to do the swapping. Voil
Sign In or Register to comment.