I want to keep the backlight on in OPL. This is an example of how I do it at the moment. Is this the best way to do it or will it mess up other programs?
If it is ok then Im sure someone will find it handy
INCLUDE "system.oxh"
PROC Backlight:
LOCAL k%,sit%
DO
sit%=SyInactivityTime&:
IF sit%>59
SyResetInactivityTime:
ENDIF
PRINT sit%
k%=KEY
UNTIL k%=5
ENDP
I know it chows the battery but when you are writing GPS software, its useful 😉