Home |
RTTarget-32 Programming Manual Function RTDisplayScroll System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTDisplayScrollFunction RTDisplayScroll scrolls an arbitrary area of the screen up one line: void RTDisplayScroll(int Col, int Row, int Cols, int Rows, WORD Blank); ParametersColColumn of the upper left hand corner of the rectangle to scroll. RowRow of the upper left hand corner of the rectangle to scroll. ColsNumber of columns to scroll. RowsNumber of rows to scroll. BlankA character to display using RTDisplayCharAt on the empty line at the bottom on the scrolled rectangle.
|