#include <iris/gx_bgcnt.h>void G2_BG1ControlPriority(G2_BG1CNT_PRIORITY priority);
| priority | BG1の表示優先順位 |
なし。
BG0の表示優先順位を設定します。
typedef enum
{
G2_BG1CNT_PRIORITY_0 = 0,
G2_BG1CNT_PRIORITY_1 = 1,
G2_BG1CNT_PRIORITY_2 = 2,
G2_BG1CNT_PRIORITY_3 = 3
}
G2_BG1CNT_PRIORITY;
2003/12/01 初版