1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>GX_SetDispSelect</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">GX_SetDispSelect <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></H1> 15<H2>Syntax</H2> 16 17<dl> 18 <dd> 19<PRE> 20<CODE>#include <nitro/gx/gx.h></CODE> 21<CODE> 22void GX_SetDispSelect(GXDispSelect sel);</CODE></PRE></dd> 23</dl><h2>Arguments</h2> 24<TABLE border="1" width="100%"> 25 <TBODY> 26 <TR> 27 <TD width="208"><em><strong><font face="Courier New"><em><strong><code>sel</code></strong></em></font></strong></em></TD> 28 <TD width="945">LCD output destination specification</TD> 29 </TR> 30 </TBODY> 31</TABLE> 32<h2>Return Values</h2> 33<p>None.</p> 34<H2>Description</H2> 35<P>This function sets LCD output destinations. 36</P> 37<DIV align="left"> 38<TABLE border="1"> 39 <TBODY> 40 <TR> 41 <TD align="left"><CODE>GX_DISP_SELECT_MAIN_SUB</CODE></TD> 42 <TD>The upper LCD displays output from the main engine (2D/3D); the lower LCD displays output from the sub engine (2D).</TD> 43 </TR> 44 <TR> 45 <TD><CODE>GX_DISP_SELECT_SUB_MAIN</CODE></TD> 46 <TD>The upper LCD displays output from the sub engine (2D); the lower LCD displays output from the main engine (2D/3D).</TD> 47 </TR> 48 </TBODY> 49</TABLE> 50</DIV> 51<P>The following describes the type definition for <code>GXDispSelect</code> types.</P> 52<PRE><CODE>typedef enum 53{ 54 GX_DISP_SELECT_SUB_MAIN = 0, 55 GX_DISP_SELECT_MAIN_SUB = 1 56} 57GXDispSelect;</CODE></PRE> 58<h2>See Also</h2> 59<P><A href="GX_GetDispSelect.html">GX_GetDispSelect</A></P> 60<H2>Revision History</H2> 61<P>2004/02/09 Initial version.</P> 62 63<hr><p>CONFIDENTIAL</p></body> 64</html> 65