Modding Big grayscale touchscreen - ideas?

Discussion in 'Modding' started by NiHiLiST, 1 Jul 2003.

  1. NiHiLiST

    NiHiLiST New-born car whore

    Joined:
    18 Aug 2001
    Posts:
    3,987
    Likes Received:
    6
    My Psion Revo died a few weeks ago (something with the built-in batteries). It was totally knackered so I tried replacing the batteries but it's just the same now. However it will power off the charger and work fine with a little fiddling with the batteries.

    So I now have a large 16-colour grayscale touchscreen to play with. Obviously it would be hell to interface to a computer so I thought it would be good to just take the guts out of the chassis and write a little program for it. Basically I can write the code to display data on the screen as text or very basic graphics and also take data from the serial port.

    This is all good news, but what data could I display on it? Also anyone have any links to little easy code snippets for getting these details and sending them over the computer's serial port?
     
  2. penski

    penski BodMod

    Joined:
    29 Aug 2002
    Posts:
    8,159
    Likes Received:
    2
    Winamp control?

    *n
     
  3. NiHiLiST

    NiHiLiST New-born car whore

    Joined:
    18 Aug 2001
    Posts:
    3,987
    Likes Received:
    6
    Possibly yeah. The touchscreen thing could be quite cool for something like that, or maybe for selecting different stats to make a graph of :clap:
     
  4. penski

    penski BodMod

    Joined:
    29 Aug 2002
    Posts:
    8,159
    Likes Received:
    2
    Play, pause, stop, next track, last track, volume up, volume down, AVS start/stop, EQ on/off.

    And it HAS to look like this:

    [​IMG]

    :D

    *n
     
  5. malcs

    malcs oops! i put a hole in the ***** :(

    Joined:
    24 May 2003
    Posts:
    1,842
    Likes Received:
    1
    lol nice paint shop jobbie :rolleyes:
     
  6. penski

    penski BodMod

    Joined:
    29 Aug 2002
    Posts:
    8,159
    Likes Received:
    2
    The REALLY depressing thing is that I used Photoshop.

    *n
     
  7. Lorquis

    Lorquis lorquisSpamCount++;

    Joined:
    8 Sep 2002
    Posts:
    5,428
    Likes Received:
    106
    <rain on parrade> The revo, like every other psion has a long horizontal screen... :) </raining>
     
  8. fatal_error

    fatal_error What's a Dremel?

    Joined:
    3 Jan 2003
    Posts:
    215
    Likes Received:
    0
    give it to me i broke my screen :D
     
  9. penski

    penski BodMod

    Joined:
    29 Aug 2002
    Posts:
    8,159
    Likes Received:
    2
    You turn it 90 degrees, spacker.

    *n
     
  10. 554

    554 What's a Dremel?

    Joined:
    22 Jun 2003
    Posts:
    98
    Likes Received:
    0
    Spacker, now thats somethign I aint heard in a logn time hehe
     
  11. acrimonious

    acrimonious Custom User Title:

    Joined:
    8 Nov 2002
    Posts:
    4,060
    Likes Received:
    3
    Please tell me you were TRYING for the errm Gheto look.



    I know Matrix Orbital love giving away (mainly VB) code to help you interface with there range of LCD's a few tweaks and you could probably use that.
     
  12. NiHiLiST

    NiHiLiST New-born car whore

    Joined:
    18 Aug 2001
    Posts:
    3,987
    Likes Received:
    6
    acrim: I assume you mean using the code to send data over the serial port yeah? I'll take a look, but I'm sure there are plenty of tutorials around on the net anyway.
     
  13. Tribal Dragon

    Tribal Dragon Insomniac modder!

    Joined:
    17 May 2002
    Posts:
    1,044
    Likes Received:
    0
    hum... I've made a program in C that writes on a monitor... just had to write directly in the video card memory. but I don't know how you can use the serial port...

    anyhow, you better make a whole lot of functions because when writting directly in memory, you write pixel by pixel in hexa....at least that's how we did it in C... of course I think you'll do it with a graphic programming language (c++, delphi, vb) else you're suicidal :D haven't learned c++ yet... but it gives me ideas to play with ;)

    gonna be very great !!! keep us updated :D
     
  14. NiHiLiST

    NiHiLiST New-born car whore

    Joined:
    18 Aug 2001
    Posts:
    3,987
    Likes Received:
    6
    It's really not as difficult as that. All I need to do is format a few strings and find some code on the Internet to send stuff through the serial port. It should be much easier than writing to the video RAM.
     

Share This Page