Modding Noritake GU126x32F-K612A4 graphic VFD

Discussion in 'Article Discussion' started by Cheese, 19 Jul 2002.

  1. Crocket

    Crocket What's a Dremel?

    Joined:
    2 Aug 2002
    Posts:
    19
    Likes Received:
    0
    I think ill leave the macro bit untill your program comes out!

    Im really lost with all this macro stuff! :D

    Only 2 weeks for your program if all goes well :D

    Keep up the good work m8
     
  2. Cheese

    Cheese Doc

    Joined:
    6 Oct 2001
    Posts:
    4,609
    Likes Received:
    1
    There's a version of my excel macro which generates a string which you can feed into LCDC to set macro 0 with a full screen bit-map... umm you'd have to hunt through this thread to find it though :)

    Rob.
     
  3. Crocket

    Crocket What's a Dremel?

    Joined:
    2 Aug 2002
    Posts:
    19
    Likes Received:
    0
    Ill go do a hunt :D Thank You!
     
  4. hprcrazyguy

    hprcrazyguy Minimodder

    Joined:
    31 Dec 2001
    Posts:
    612
    Likes Received:
    0
    EEEEGADS 55 PAGES!!!! :eeek: I got a lot of reading to do.... :wallbash:
     
  5. mashie

    mashie The one and only

    Joined:
    15 Mar 2002
    Posts:
    1,055
    Likes Received:
    0
    I know some of you wanted the screens I made for my VFD.

    You can grab the full cf file I used at The CPL here.
     
  6. hentaihero

    hentaihero What's a Dremel?

    Joined:
    7 Oct 2002
    Posts:
    7
    Likes Received:
    0
    hi all

    i have a question.
    where i must type the code which i created with itron VFD image creator.

    thx in advance
     
  7. Enak

    Enak Also known as Kane

    Joined:
    23 Jul 2002
    Posts:
    831
    Likes Received:
    1
    It's in the readme file... but to clarify... open the LCDC Screen Builder, Create a new event, Select Action "DSP->Process Commands and paste it into the Parameters.

    Set this to run before the screen you want to display this with.
     
  8. melisaki

    melisaki What's a Dremel?

    Joined:
    22 Sep 2002
    Posts:
    14
    Likes Received:
    0
    Whats the difference between the GU126X64F-K612A3 or A4 and the GU128x64-800A?

    Also, is it possible to display info from more than 1 sources, i.e system stats & winamp?
     
  9. Cheese

    Cheese Doc

    Joined:
    6 Oct 2001
    Posts:
    4,609
    Likes Received:
    1
    A3 and A4 are just different bios revisions, the A3 was buggie.

    The 80 has a // interface (capable of full screen animation!) where as the F-K6 is designed to be used with a serial port, and has lot of features in that direction (but is slower).

    for the F-K6 you can certainly display lots of info at the same time and for the 800 you should be able to provided software gets sorted (i.e. liquid mp3).

    Rob.
     
  10. melisaki

    melisaki What's a Dremel?

    Joined:
    22 Sep 2002
    Posts:
    14
    Likes Received:
    0
    Thanks for your response,

    LCDG will be compatible with paralel displays?

    In order to display bar graphs, eq, etc, does interface (aka serial or paralel) matter?
    Is there any reference for developing such graphs?



    Anyone knows of a vfd 128x128 or something around this kaliber?

    *(sorry for the multiple questions, im fairly new to this sport :geek: )
     
  11. hentaihero

    hentaihero What's a Dremel?

    Joined:
    7 Oct 2002
    Posts:
    7
    Likes Received:
    0
    does anyone have the Half Life plugin installed and he is working???

    i download him from LCDC hp and installed exactly so like in readme file. but it doesnt work

    why??
     
  12. Belaguez

    Belaguez What's a Dremel?

    Joined:
    3 Sep 2002
    Posts:
    15
    Likes Received:
    0
    Been trying to make some bitmap screens with the Icon program lately and I'm having a few problems


    If I make any images that have pixels close to the top of the screen when they load up they display for a second and then the top half of the image will disappear. But if I have the image in the centre then it displays fine. Its really frustrating me and I can't seem to fix it.

    Any ideas?
     
  13. Cheese

    Cheese Doc

    Joined:
    6 Oct 2001
    Posts:
    4,609
    Likes Received:
    1
    Sounds like you're not drawing the image on an empty screen, but one with its lcdc lines left blank (so lcdc will draws spaces which overwrite the image). Fill the lines of your screen with lots of [##200]'s and make sure you've set the screen's transition to flip.

    Rob.
     
  14. Belaguez

    Belaguez What's a Dremel?

    Joined:
    3 Sep 2002
    Posts:
    15
    Likes Received:
    0
    AH HA!!

    I see what you guys mean now after reading all 55 pages of this thread and then seeing your reply Cheese hehe.

    I thought you had to put the 200's in the parameters line in the events.


    I realise that you meant the 5 "Line" boxes in the Screens window. Works perfectly now your a champ :)

    (Can you tell I haven't tried to make a screen before hehe)
     
    Last edited: 22 Jan 2003
  15. Cheese

    Cheese Doc

    Joined:
    6 Oct 2001
    Posts:
    4,609
    Likes Received:
    1
    Bahh you just ruined my reply editing your post like that ;)

    Glad it's working,

    Rob.
     
  16. evilgreenie

    evilgreenie Standby for Main Engine Burn

    Joined:
    30 Aug 2002
    Posts:
    83
    Likes Received:
    0
    Try asking on the LCDC forums . There's a few threads on configuring the half-life plug-in & seamus, the developer, is very helpful
     
  17. hentaihero

    hentaihero What's a Dremel?

    Joined:
    7 Oct 2002
    Posts:
    7
    Likes Received:
    0
    i do that exactly but all images that i created with itronicon are faulty after restart of LCDC. some pixels missing in my pics. do u know why??
     
  18. Cheese

    Cheese Doc

    Joined:
    6 Oct 2001
    Posts:
    4,609
    Likes Received:
    1
    If the output string goes over a certain length LCDC clips it when it restarts - you need to cut the string for large bitmaps into a few bits and put them in separate events.

    Kane wrote instructions for this in the read me files I think...

    Rob.
     
  19. hentaihero

    hentaihero What's a Dremel?

    Joined:
    7 Oct 2002
    Posts:
    7
    Likes Received:
    0
    @Cheese

    sorry but who is Kane und where i can find this read me file?:confused: :confused:
     
  20. Cheese

    Cheese Doc

    Joined:
    6 Oct 2001
    Posts:
    4,609
    Likes Received:
    1
    The person who wrote the app which converts bitmaps into LCDC strings, and the readme file comes with the app...

    All linked in the first post.

    Rob.
     
Tags: Add Tags

Share This Page