This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

what is the concept of moving message display

can anyone give me guidance about moving message display concept

Parents
  • "can anyone give me guidance about moving message display concept"

    Sure,

    Wire your curcuit like this:

    8051<-->Display

    Use the following code:

    void main(void)
    {
    DisplayMovingMessage();
    while(1);
    }

    You may need to flesh out one or two details but I've done most of the work for you.

    Stefan

Reply
  • "can anyone give me guidance about moving message display concept"

    Sure,

    Wire your curcuit like this:

    8051<-->Display

    Use the following code:

    void main(void)
    {
    DisplayMovingMessage();
    while(1);
    }

    You may need to flesh out one or two details but I've done most of the work for you.

    Stefan

Children
  • Thanks for your support sorry I do not mention that I am working on Dot Matrics 7x5(Total of 19 Matric attached with
    89c51 & 74164 I sent a single character on display which is clearly visible on serially connected matrics with 74164 on second time when I sent 00 data and again sent data on matrics, it break the data on dot matrics.

    Kindly Guide me for this and how can I send u my code which is on assembly language.

    Thanks
    AFZAAL BAIG