> ## 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

## Functions

| Function                                                                                                          | Description                                               |
| ----------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
| [XFrontPanelGetButtonStates](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelgetbuttonstates)           | Gets the states of the front panel buttons.               |
| [XFrontPanelGetLightStates](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelgetlightstates)             | Gets the states of the front panel lights.                |
| [XFrontPanelGetScreenDimensions](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelgetscreendimensions)   | Gets the dimensions of the front panel display.           |
| [XFrontPanelGetScreenPixelFormat](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelgetscreenpixelformat) | Gets the pixel format of the front panel display.         |
| [XFrontPanelIsSupported](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelissupported)                   | Indicates whether this dev kit has a front panel display. |
| [XFrontPanelPresentBuffer](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelpresentbuffer)               | Renders the specified buffer to the front panel display.  |
| [XFrontPanelSetDisplayName](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelsetdisplayname)             | Sets the name of the front panel display.                 |
| [XFrontPanelSetLightStates](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelsetlightstates)             | Sets the states of the front panel lights.                |

## Enumerations

| Enumeration                                                                       | Description                                                               |
| --------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| [XFrontPanelButton](/reference/devkit/xfrontpaneldisplay/enums/xfrontpanelbutton) | Enumerates front panel buttons, including the directional button (D-pad). |
| [XFrontPanelLight](/reference/devkit/xfrontpaneldisplay/enums/xfrontpanellight)   | Enumerates front panel lights.                                            |


## Related topics

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