Electronics Dual LCDs

Discussion in 'Modding' started by ArsoN, 11 Jan 2004.

  1. ArsoN

    ArsoN What's a Dremel?

    Joined:
    30 Sep 2003
    Posts:
    353
    Likes Received:
    2
    Hi, I'm buying a pair of CrystalFontz graphical serial LCD's in the near future, I was just wondering if it would be possible to run both at the same time?

    What my plan is, is to have both LCDs mounted side by side near the top of my case. Then, perhaps while WinAmp is playing or something, I could have a VU meter and spectrum analyser for the left channel display on the left LCD, and right SA/VU mryrt display on the right LCD for the right channel.

    I just don't know if it's possible to do this? I quick search of the forums didn't turn up anything, so I'm left clueless.

    Any help would be appreciated, thanks.

    ArsoN.
     
  2. Atomic

    Atomic Gerwaff

    Joined:
    6 May 2002
    Posts:
    9,646
    Likes Received:
    94
    If you have two serial ports yes, wether you can run two versions of the software at the same time i dunno about.

    Chrix/Cheese will be able to give you a better idea.
     
  3. ArsoN

    ArsoN What's a Dremel?

    Joined:
    30 Sep 2003
    Posts:
    353
    Likes Received:
    2
    Yeah, I have two serial ports (Abit NF7-S mobo).
     
  4. ArsoN

    ArsoN What's a Dremel?

    Joined:
    30 Sep 2003
    Posts:
    353
    Likes Received:
    2
    Bumpage? :(
     
  5. coorz

    coorz Miffed

    Joined:
    25 Apr 2003
    Posts:
    1,382
    Likes Received:
    2
    Have you tried the CF tech-forums? It all depends on which LCD app you use to control them.
     
  6. Hazer

    Hazer In time,you too will be relixalated

    Joined:
    14 Apr 2003
    Posts:
    957
    Likes Received:
    2
    Amother solution, have 2 seperate LCD software programs. Each is assigned a different serial port. Thats if you cant get 2 of the same waorking (hint: have the software installed in 2 seperate folders to make things easier.).
     
  7. ArsoN

    ArsoN What's a Dremel?

    Joined:
    30 Sep 2003
    Posts:
    353
    Likes Received:
    2
    Dude, you are a genius, I never thought CrystalFontz had a forums (I have to admit, I never really payed attention much to the site other than specific display information), but, the software they supply (CrystalControl) suports multiple LCDs.

    Damn, I wish I'd thought of that. :p

    Anyway, for anyone else browsing looking for the same answer in the future, here's the link.

     
  8. TheAnimus

    TheAnimus Banned

    Joined:
    25 Dec 2003
    Posts:
    3,214
    Likes Received:
    8
    You could also try and 'plex two onto one port, allough you would only be able to update one at a time a VU meter isn't a big bandwidth hooger.

    One other thing, don't be affraid to role your own, making a VU meter winamp plugin, is sooo simple, there is an example in the SDK!
     
  9. crystalfontz

    crystalfontz What's a Dremel?

    Joined:
    9 Nov 2001
    Posts:
    14
    Likes Received:
    0
    In the first post, you said "graphical" "serial". We sell "graphical" and "serial" but not a "graphical + serial". Which specific model are you looking at?
     
  10. TheAnimus

    TheAnimus Banned

    Joined:
    25 Dec 2003
    Posts:
    3,214
    Likes Received:
    8
    controlling two parrallel ones is soo easy, its just a case of putting the CS pins to a Control pin.
     
  11. vdub

    vdub What's a Dremel?

    Joined:
    19 Mar 2002
    Posts:
    113
    Likes Received:
    0
    animus can you let me know how you can do this
     
  12. TheAnimus

    TheAnimus Banned

    Joined:
    25 Dec 2003
    Posts:
    3,214
    Likes Received:
    8
    Sure, what controller/interface is it?
     
  13. coorz

    coorz Miffed

    Joined:
    25 Apr 2003
    Posts:
    1,382
    Likes Received:
    2
    Arson> post pix if you manage to pull that off!

    crystalfontz> why are you 128x64 graphic LCD's sooo small :waah:
    and you 4x20 USB character sooo big :)
     
  14. Pandalet

    Pandalet What's a Dremel?

    Joined:
    29 Dec 2003
    Posts:
    48
    Likes Received:
    1
    Essentially, what TheAnimus is referring to is the Chip Select line, which basically turns something on or off. By using this (assuming whatever you're driving HAS CS lines), you can connect all the data lines together (probably using some glue logic). Then, using some conveniently spare lines, you hook each CS line up to its own output from the PC, and essentially use them to enable one device at a time - that way, even though the data is going to both devices, only one will be listening (or talking back) at any given time. You could be really clever, and set a single control line up so that a logic 1 would enable one device and disable the other, and vice versa - easy to do with a little logic.

    I'm not sure that made any sense, but after a day of trying to teach various uninterested students to program, my brain has had it. :wallbash:
     

Share This Page