Paxar Gold 6037EX manual Set

Models: Gold 6037EX

1 230
Download 230 pages 30.9 Kb
Page 139
Image 139

Example

#include "mmsultra.h"

void main(void)

 

{

// Set the page

vidSetPage(0);

vidScroll(0, 0, 7, 19, 0, 0x07);

// Clear the screen

vidPutCursor(0, 0, 0);

// Move the cursor

vidPutStr("REVERSE", 0x70, 0);

// Print in reverse video

vidPutCursor(1, 0, 0);

// Move the cursor

vidPutStr("NORMAL", 0x07, 0);

// Print in Normal video

}

 

Function Reference 4-103

Page 139
Image 139
Paxar Gold 6037EX manual Set