0 Members and 1 Guest are viewing this topic.
Also note that the pair (cos(0),sin(0)) produces (1,0) which means that you are going to have to shift the degrees by 90. So that way, at 0 seconds, it would be (cos(0+90),sin(0+90)) which is (0,1) the correct start of the clock.
If you want to set the time, then you can use the setTime( command in TI-OS. It takes Hour, minute, and second as the arguments. You might just want to trim it to Hour and minute.
Quote from: Qwerty.55 on November 17, 2010, 01:06:55 pmIf you want to set the time, then you can use the setTime( command in TI-OS. It takes Hour, minute, and second as the arguments. You might just want to trim it to Hour and minute.I prefer to go to Mode , it's much simpler and lets tou set date format and everything!
I fixed the ednesday glitch earlier today (didn't notice it earlier, because the current screen erasing routine was written on Thursday last week...) The fix isn't uploaded yet, though (TI-Connect refuses to connect with my calc right now).Also, adding an option to set the time might be a bit tricky. The code is not designed for going to a second screen while the program is running and then go back, but I'll see if it's possible to make something anyway.