1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Modding COOLCASEMODS HAVE LCDs in!!!

Discussion in 'Modding' started by pheonix, 30 May 2001.

  1. pheonix

    pheonix Toot Toot!

    Joined:
    14 Mar 2001
    Posts:
    1,290
    Likes Received:
    0
    Cheers M8, I hope we get your LCD sorted :)

    Also, please email me guys when you have a fix, because we would be VERY interested :)
     
  2. ion

    ion What's a Dremel?

    Joined:
    13 Jun 2001
    Posts:
    29
    Likes Received:
    0
    Surely someone here must be able to do a recompile?! I would but have no LCD to test it on!!
     
  3. Uranushertz

    Uranushertz What's a Dremel?

    Joined:
    9 Jun 2001
    Posts:
    18
    Likes Received:
    0
    I can compile it and test it but I don't know anything about programming to try and fix it.
     
  4. ion

    ion What's a Dremel?

    Joined:
    13 Jun 2001
    Posts:
    29
    Likes Received:
    0
    I take it you know enough to be able to compile it then? If so, comment out these two lines of vumeter.c [line 122 onwards]:

    ATTEMPT(lcdDisableMarquee())
    ATTEMPT(lcdEnableMarquee(buffer, lcdGetWidth() + 20, 1, 2, 16))

    Which should stop the marquee. Im not sure what happens when you print a string longer than the display (as will be the case with most song titles), whether it will just show the end of it or not. Try that for now, unless CCM want to send me a LCD to 'test' :D
     
  5. Uranushertz

    Uranushertz What's a Dremel?

    Joined:
    9 Jun 2001
    Posts:
    18
    Likes Received:
    0
    When you get a title longer than the screen it scrolls it
    each line is technically 64 characters in length as 64 characters are stored in the LCDs memory but only 20 (On my LCD) can be displayed
     
  6. Uranushertz

    Uranushertz What's a Dremel?

    Joined:
    9 Jun 2001
    Posts:
    18
    Likes Received:
    0
    I've got it displaying the name :D
    unfortunately it still doesn't scroll :/
     
    Last edited: 30 Jun 2001
  7. Uranushertz

    Uranushertz What's a Dremel?

    Joined:
    9 Jun 2001
    Posts:
    18
    Likes Received:
    0
    Quick pic to prove it :)
     

    Attached Files:

  8. ion

    ion What's a Dremel?

    Joined:
    13 Jun 2001
    Posts:
    29
    Likes Received:
    0
    Great.. I didn't expect it to scroll anyway. If you really want scrolling, its going to be a bit more programming into the Winamp DLL. Can anyone else help now?
     
  9. Uranushertz

    Uranushertz What's a Dremel?

    Joined:
    9 Jun 2001
    Posts:
    18
    Likes Received:
    0
    btw, I uncommented the two lines above to get it working rather than commenting out the two lines you suggested
     

Share This Page