A89: Re: Annoying Status Bar
[Prev][Next][Index][Thread]
A89: Re: Annoying Status Bar
>How do I keep the annoying messages from coming on the status bar
>when 2nd, diamond, shift, or alpha are pressed during a program?
>I do not want to move the lcd mem, although I know that is an
>option. Is there a way to disable the bar, or change the interrupts
>so pressing 2nd won't make "2nd" appear on the status line? Any
>ideas, help, examples, etc. would be great.
I think you need to disable Interrupt 1. Interrupt 1 controls the main
keypress detection, status bar, and some other TIOS stuff, Interrupt 2
detects the 2nd/shift/alpha/diamond keypresses (among other things), and
Interrupt 5 may have something to do with it. Check http://ti89.acz.org for
a listing of what each interrrupt does.
Follow-Ups: