Peter Grey wrote: > > At 01:35 PM 13/02/97 +0100, you wrote: > > David, > I may be missing something here but why do you not use one of the timers in > the PIC under interrupt and update the clock during this period. During the > non-interrupt period you ccould do the "other things" > > All the best, > > >Hi Pic-users, > > > > I had like to have a clock in a Pic project, that I could display on > >2x16 LCD. The problem is that I would also do some other > >things during this. Any idea? > > > >Thanks to all. > >-- > > > > _____________ > > \ / David BALDWIN > > \ ALCATEL / Design engineer > > \TELECOM/ > > \ / SdM (Societe de Microelectronique) > > \ / > > \ / B.P. 4205 Phone : +32 (0)71 442932 > > V B-6000 Charleroi Fax : +32 (0)71 442905 > > (Belgium) E-mail : db@sdm.bel.alcatel.be > > baldwin@sdta.sdt.alcatel.be > > > > > Peter Grey > Neosystems > Australia -- Peter, I am using 2x16 LCD to display the time, amongst other "things". So, if an interrupt occurs when I am writing to the LCD could be a problem, no?