Home |
RTTarget-32 Programming Manual Function RTDisplayGotoXY System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTDisplayGotoXYFunction RTDisplayGotoXY sets the position of the next character displayed though RTDisplayChar: void RTDisplayGotoXY(int Col, int Row); ParametersColColumn where the next character shall be displayed. RowRow where the next character shall be displayed.
|