>From: squires@delta.eecs.nwu.edu (Matt Squires) Newsgroups: comp.sys.handhelds Subject: HP48SX Analog Clock Date: 13 Mar 90 02:36:29 GMT Organization: Northwestern U, Evanston IL, USA Here is a submission for the Useless HP48SX Demo Program Archive, an analog clock. I execute << OFF CLOCK >> when I am done using my 48 for a while. MKFACE generates FACE, the background picture. You only need to run this once. It takes about 15 secs to execute (ARCs are slow). Once you have a FACE, you can run CLOCK every time you want to impress your friends. Please send comments, bug fixes to squires@eecs.nwu.edu Matt Squires ------------------------------------------------------------------------- >From: prestonb@hpcvra.CV.HP.COM (Preston Brown) Newsgroups: comp.sys.handhelds Subject: Re: HP48SX Analog Clock Date: 15 Mar 90 23:29:57 GMT Organization: Hewlett-Packard Co., Corvallis, OR, USA To make the program work better in a control alarm I made a change in the clock program: change {} PVIEW to { #0 #0 } PVIEW 7 FREEZE. You can then store an alarm with a repeat of one min and a exec of \<< DROP CLOCK \>>. Then the clock will update every min. Preston