disp_cursor()

Command:

disp_cursor()                  0=off 1=on

Command
Syntax:

disp_cursor()                  0=off 1=on

Module:

ti_system

Describe:

Control the display of the cursor in the Shell when a program is running.

Python
Code
Sample:

from ti_system import *

disp_clr() #clears Shell screen

disp_at(5,"hello","left")

disp_cursor(0)

disp_wait()

Result:

Control the display of the cursor in the Shell when a program is running.

Error:

 

Type or
Addressable
Component:

from ti_system import*

See Also: disp_cursor()