HELP PLEASE!!!! Scrolling message

preeste

preeste

@preeste-Q3d5XK Oct 19, 2024
Hi guys... i need some major help.....I am carrying out this design using the Actel ProAsic3 FPGA. can you guysplease help me to implement a scrolling message display ....the words " run safe" for example should be displayed and scrolling. PLease help me.....it has to be done using VHDL.....i have no idea how to go about it and what the circuit should look like. THank you


ITS URGENT 😀

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Rifaa

    Rifaa

    @rifaa-NaWZZ4 May 19, 2009

    Hey. I donno about how to go about it, but all I would first do is do a research in display driving technics and how to interface it with a PIC to display the message.
    about righting the program for the PIC, well I'm also learning it, it's a bit too early for me to teach it.
    My next option will be to google all info and read and read, it always helped.
    Cheers
  • shahrul

    shahrul

    @shahrul-Ex12xz May 19, 2009

    If you are using Character LCD, you must know how to configure that LCD first. Then, you coding your FPGA.
    Normally it's fast learn through the example. I'm sure many example in PIC. For FPGA, I have ever done. It's more complicated to control the timing.
  • preeste

    preeste

    @preeste-Q3d5XK May 20, 2009

    hey guys....thanks for the replies but it was not what i was looking for. maybe i was not articulate enough with my first post. i am using the actel proasic3 fpga and i want to display three various words on the lcd of the fpga when switches are pressed. For example 1. sw1 pressed - lcd displays "cat"
    2. sw2 pressed -lcd displays "dog
    3. sw 3 pressed -lcd displays "monkey"

    i need to implement this using vhdl and really soon.......anyone who can help???

    thanks 😀
  • preeste

    preeste

    @preeste-Q3d5XK May 20, 2009

    i know that i should design a state machine, use a multiplexer. But what else and how do i interconnect them?HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  • shahrul

    shahrul

    @shahrul-Ex12xz May 20, 2009

    The connection is simple, just direct connection. Your VHDL depends on your skills. You may need design a timer also to control the LCD timing. See this ex. <a href="https://www.fpga4fun.com/TextLCDmodule.html" target="_blank" rel="nofollow noopener noreferrer">fpga4fun.com - Text LCD module</a>