LCD Rolling Odometer Effect


Closed Thread
Results 1 to 35 of 35

Hybrid View

  1. #1
    Join Date
    Aug 2003
    Posts
    985


    Did you find this post helpful? Yes | No

    Default

    Haha, very well done Darrel, I love the video of the simulation,
    and the 23:59:50 test button
    I promise I'll only look when I'm done!

  2. #2
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Wink

    Hi,Darrel

    What do I Win ???

    Code:
    CheckRunSW:
    
    '   IF RUNstat != RUN_SW THEN
    
        IF RUNstat = RUN_SW THEN
            IF !RUN_SW THEN 
                Gosub StartTimer ' Start the Elapsed Timer
            ELSE
                GOSUB StopTimer  ' Stop the Elapsed Timer
            ENDIF
            RUNstat = RUN_SW
        ENDIF
    RETURN
    Clock better starts and stop like that ...

    nice toy ...
    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

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