8x8 Scrolling LED display (Simple example)


Closed Thread
Results 1 to 40 of 69

Hybrid View

  1. #1
    Join Date
    May 2009
    Posts
    6


    Did you find this post helpful? Yes | No

    Default Re: 8x8 Scrolling LED display (Simple example)

    Hi to all,

    A newbie here. I try to compile the file from first post but I receive a constant error
    ERROR Line 51: LOOP without a matching DO.
    How can I avoid that?

    Many thanks in advance
    Gabi

    P.S.
    I know it is a old thread but maybe someone or OP will chime in and help me with that error

  2. #2
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,177


    Did you find this post helpful? Yes | No

    Default Re: 8x8 Scrolling LED display (Simple example)

    I suppose you are using PBP 2.60, right?

    LOOP is a reserved word for 2.60. So use Loop1 or something.

    Ioannis

  3. #3
    Join Date
    May 2009
    Posts
    6


    Did you find this post helpful? Yes | No

    Default Re: 8x8 Scrolling LED display (Simple example)

    Quote Originally Posted by Ioannis View Post
    I suppose you are using PBP 2.60, right?

    LOOP is a reserved word for 2.60. So use Loop1 or something.

    Ioannis
    Hi Ioannis,

    Yes, sorry I forgot to tell that. Yessss it is working, meaning compile without errors. Now my problem it is in Proteus - Simulation it is not running on real time due the excessive CPU load?? Why?
    Do I need to put some delays in the code?

    Thank you in advance
    Gabi

  4. #4
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,177


    Did you find this post helpful? Yes | No

    Default Re: 8x8 Scrolling LED display (Simple example)

    Sorry, I do not use Proteus.

    I prefer the real stuff

    Ioannis

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. MY FIRST scrolling 8X8 LED
    By earltyso in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 15th August 2008, 16:23
  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 : 0

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