[A83] Re: lcd driver still running


[Prev][Next][Index][Thread]

[A83] Re: lcd driver still running




> From: "SUCKER from the old days" <sucker_pvn@hotmail.com>
>
> In one of the last mails Tijl gave some code that shuts
> the calc down, and also the lcd driver. So if one does
>
> ld a,1
> out (3),a
>
> the lcd driver still works, right? Does this consume that
> much power that it's better to disable it??

No, the LCD driver itself doesn't consume much power. So those lines can
be removed as most existing programs do anyway. The routines were actually
meant to show how the TIOS itself shuts the calc down.