![]() |
TIPower Graphics Functions | ||||||||||||||||||||||||||||||||||||||
Argument Storage: ( sysbytearg0, sysbytearg1, sysbytearg2 ) Calcs Supported: TI-83x TI-86 Description: Draws a diagonal left line starting at x,y down and left for length pixels.
Argument Storage: ( sysbytearg0, sysbytearg1, sysbytearg2 ) Calcs Supported: TI-83x TI-86 Description: Draws a diagonal right line starting at x,y down and right for length pixels.
Argument Storage: ( syspointerarg0, sysbytearg0, sysbytearg1 ) Calcs Supported: TI-83x TI-86 Description: Draws an 16-bit wide sprite (declared by a Sprite16 or Data statement. Sprite height must be the value assigned to the SPRITE16HEIGHT system variable
Argument Storage: ( syspointerag0, sysbytearg0, sysbytearg1 ) Calcs Supported: TI-83x TI-86 Description: Draws an 16x16 sprite at x,y. Sets SPRITE16HEIGHT to '16' automatically.
Argument Storage: ( syspointerarg0, sysbytearg0, sysbytearg1, sprite16height ) Calcs Supported: TI-83x TI-86 Description: Specify the height in the command so you don't have to assign value to SPRITE16HEIGHT
Argument Storage: ( syspointerarg0, sysbytearg0, sysbytearg1 ) Calcs Supported: TI-83x TI-86 Description: Draws an 8-bit wide sprite (declared by a Sprite8 or Data statement. Sprite height must be the value assigned to the SPRITE8HEIGHT system variable
Argument Storage: ( syspointerag0, sysbytearg0, sysbytearg1 ) Calcs Supported: TI-83x TI-86 Description: Draws an 8x8 sprite at x,y. Sets SPRITE8HEIGHT to '8' automatically.
Argument Storage: ( syspointerarg0, sysbytearg0, sysbytearg1, sprite8height ) Calcs Supported: TI-83x TI-86 Description: Specify the height in the command so you don't have to assign value to SPRITE8HEIGHT
Argument Storage: ( sysbytearg0, sysbytearg1, sysbytearg2 ) Calcs Supported: TI-83x TI-86 Description: Draws a horizontal line starting at x,y right for length pixels.
Argument Storage: ( void ) Calcs Supported: TI-83x TI-86 Description: Turns off inverse text drawing.
Argument Storage: ( void ) Calcs Supported: TI-83x TI-86 Description: Turns on inverse text drawing.
Argument Storage: ( sysbytearg0, sysbytearg1 ) Calcs Supported: TI-83x TI-86 Description: Inverts the pixel at x,y.
Argument Storage: ( sysbytearg0, sysbytearg1 ) Calcs Supported: TI-83x TI-86 Description: Turns pixel at x,y off.
Argument Storage: ( syspointerarg0, syspointerarg1 ) Calcs Supported: TI-83x TI-86 Description: Buffer must be VIDEOBUFF, or screen sized buffer created with MemSpace. Smallbuffer is a 12 or 16 byte buffer (depending on the calculator) that is copied to the top line of the screen, and the bottom line of the screen is copied into. Repeating ScrollDown with the same small buffer will create a circular scrolling background that could be stars in a shoot 'em up, etc.
Argument Storage: ( sysbytearg0, sysbytearg1 ) Calcs Supported: TI-83x TI-86 Description: Turns pixel at x,y on.
Argument Storage: ( sysbytearg0, sysbytearg1 ) Calcs Supported: TI-83x TI-86 Description: Assigns pixel status at x,y to SUCCESS. Any nonzero value indicates that the pixel is ON.
Argument Storage: ( sysbytearg0 ) Calcs Supported: TI-83x TI-86 Description: Draws a complete horizontal line across the screen on the specified y row.
Argument Storage: ( sysbytearg0 ) Calcs Supported: TI-83x TI-86 Description: Draws a complete vertical line down the screen on specified column.
Argument Storage: ( sysbytearg0, sysbytearg1, sysbytearg2 ) Calcs Supported: TI-83x TI-86 Description: Draws a vertical line starting at x,y down for length pixels. |