SetTextPlane |
Previous Next |
SetTextPlane <TextPlane>
|
Part
|
Description
|
<TextPlane>
|
Required. Valid values are SCROLL_A, SCROLL_B, or WINDOW
|
SetTextPlane SCROLL_B
Locate 0,0: Print "Hello World"
DrawTile 1,0,0
Scroll Right, 10, 0
|