Led scrolling display: How to mirror characters?


Closed Thread
Results 1 to 4 of 4
  1. #1
    mahia2005's Avatar
    mahia2005 Guest

    Default Led scrolling display: How to mirror characters?

    hello everybody

    I use a PIC16F876 in this project
    I work on an scrolling display consisting of 8 modules of 8x8 leds.

    I can make the message scroll from right to left and from left to right. But for this I use two library different because to make the message scroll from left to right I need to mirror characters.


    I would like to use a single library to save space in the memory of the PIC16F876.
    I thus try to create a routine which mirror characters from a single library to be able to make the message scroll from right to left and from left to right.


    If somebody can help me I would be grateful to him for it

  2. #2
    Join Date
    Feb 2003
    Posts
    432


    Did you find this post helpful? Yes | No

    Default

    Read the library backwards and your characters should be mirrored !
    Keith

    www.diyha.co.uk
    www.kat5.tv

  3. #3
    Join Date
    May 2006
    Location
    Kedah, Malaysia
    Posts
    18


    Did you find this post helpful? Yes | No

    Default

    [QUOTE=mahia2005;38046]hello everybody

    Mahia,
    Can you please help to explain how you create the scrolling effect?
    Can you share some code here?

    Understand that only 1 collums will on during such a very short interval and this will happen to next collum meanwhile the row will keep on and off during this to display the character. Since this happen fast human eyes see it as a one full character.

    But how did you make it moving?
    Did you make the row on when the collum is on and then finish all the character first and to make it moving during the 2nd round you make it start at 2nd collum and 3rd round you make it start at 3rd collum and so on.

    Is this correct?

    Can you please help to explain more on this and show some code.

    Thanks in advance

  4. #4
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    http://www.picbasic.co.uk/forum/showthread.php?t=6033

    Plenty of code, plenty of explanations, examples, and step-by-step instructions right here to get you going...

Similar Threads

  1. Conway's Game Of Life
    By wellyboot in forum mel PIC BASIC Pro
    Replies: 45
    Last Post: - 28th May 2020, 06:14
  2. Single digit 7 Seg LED clock - PIC16F88
    By thirsty in forum Code Examples
    Replies: 4
    Last Post: - 17th July 2009, 08:42
  3. 5x7 LED Matrix Scrolling Display
    By roycarlson in forum mel PIC BASIC Pro
    Replies: 18
    Last Post: - 4th August 2008, 23:50
  4. Replies: 2
    Last Post: - 14th July 2008, 22:11
  5. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts