Shop OBEX P1 Docs P2 Docs Learn Events
-improved- eBay Clock timer code... — Parallax Forums

-improved- eBay Clock timer code...

VaatiVaati Posts: 712
edited 2009-08-28 18:43 in Propeller 1
Hi, I had made an eBay clock timer for a Gadget Gangster project a while back and decided to remake it using the GGPP.· I have finally found out how to get it to count down properly, but it's a bit faulty.· Could someone who has the LCD UI + GGPP test this out and see if you can fix it so it doesn't show 60 when the seconds/minutes decrement, but shows 00 instead?

Thanks,

Forest

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Quit buying all those fixed voltage regulators, and·get an Adjustable Power Supply·for your projects!· Includes an LED testing terminal!

*-NEW-* SD Card Adapter·Now available!· Add extra memory to your next Propeller project with ease!

Comments

  • StefanL38StefanL38 Posts: 2,292
    edited 2009-08-28 13:03
    quickshot:
      if variable == 60
        variable := 0
    
    



    as I do not have your hardware handy can you do a quick re-coding of it that it uses PropTerminal ?

    Just kidding but with a serious backround. Of course this is no quick re-coding. Your question is so general that I got the following impression:

    you took someone elses code. Loaded it up to the propeller and you do not like the "60" on the display

    Next thing post in the forum with no single look inside the code where is the method that does create the "60"

    saying "hello forum ! I expect you to do ALL the details for me"

    That is MY impression of your posting.
    Please add what you have already done to analyse the problem.

    best regards

    Stefan

    Post Edited (StefanL38) : 8/28/2009 1:12:50 PM GMT
  • VaatiVaati Posts: 712
    edited 2009-08-28 13:42
    Oh--Sorry, I did not intend to make it seem as though I wanted someone else to do the code for me. I did indeed take a tv "stopwatch" program from the forums/obex, but redid it to have more features so as to be able to submit it in a contest while still calling it my own.

    I apologize for the impression my post made. I will be able to make it into a tv/vga/propterm program, if that enables more people to actually see what it does.

    I will, ah... Quickly recode it to be compatible with those displays in a moment.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Quit buying all those fixed voltage regulators, and·get an Adjustable Power Supply·for your projects!· Includes an LED testing terminal!

    *-NEW-* SD Card Adapter·Now available!· Add extra memory to your next Propeller project with ease!
  • StefanL38StefanL38 Posts: 2,292
    edited 2009-08-28 18:43
    hello Vaati,

    got it working. I changed output to serial on IO-Pins 31,30 (PropPlug) See attachment

    best regards

    Stefan
Sign In or Register to comment.