> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XFrontPanelDisplay

> XFrontPanelDisplay

# XFrontPanelDisplay

## 函数

| 函数                                                                                                                | 说明                 |
| ----------------------------------------------------------------------------------------------------------------- | ------------------ |
| [XFrontPanelGetButtonStates](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelgetbuttonstates)           | 获取正面板按钮的状态。        |
| [XFrontPanelGetLightStates](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelgetlightstates)             | 获取正面板指示灯的状态。       |
| [XFrontPanelGetScreenDimensions](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelgetscreendimensions)   | 获取正面板显示屏的尺寸。       |
| [XFrontPanelGetScreenPixelFormat](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelgetscreenpixelformat) | 获取正面板显示屏的像素格式。     |
| [XFrontPanelIsSupported](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelissupported)                   | 指示此开发套件是否具有正面板显示屏。 |
| [XFrontPanelPresentBuffer](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelpresentbuffer)               | 将指定的缓冲区渲染到正面板显示屏。  |
| [XFrontPanelSetDisplayName](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelsetdisplayname)             | 设置正面板显示屏的名称。       |
| [XFrontPanelSetLightStates](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelsetlightstates)             | 设置正面板指示灯的状态。       |

## 枚举

| 枚举                                                                                | 说明                      |
| --------------------------------------------------------------------------------- | ----------------------- |
| [XFrontPanelButton](/reference/devkit/xfrontpaneldisplay/enums/xfrontpanelbutton) | 枚举正面板按钮，包括方向按钮 (D-pad)。 |
| [XFrontPanelLight](/reference/devkit/xfrontpaneldisplay/enums/xfrontpanellight)   | 枚举正面板指示灯。               |


## Related topics

- [XFrontPanelButton](/zh-CN/reference/devkit/xfrontpaneldisplay/enums/xfrontpanelbutton.md)
- [XFrontPanelLight](/zh-CN/reference/devkit/xfrontpaneldisplay/enums/xfrontpanellight.md)
- [XFrontPanelIsSupported](/zh-CN/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelissupported.md)
- [XFrontPanelSetDisplayName](/zh-CN/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelsetdisplayname.md)
- [XFrontPanelPresentBuffer](/zh-CN/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelpresentbuffer.md)
