Return to previous page | Return to menu | Go to next page
void
Character display function
Matrix screen display
void slPrintMatrix(mtrx , dspadd)
MATRIX mtrx ;
void *dspadd ;
mtrx MATRIX type variable to be displayed dspadd Text display address (return value of "slLocate")
The specified matrix is displayed on the screen as a 4 x 3 matrix.
None
Reference: Chapter 8 Scroll
slPrintMatrix