# display\_gfx.h - [Overview](#section1079528593165626) - [Summary](#section118988735165626) - [Data Structures](#nested-classes) - [Functions](#func-members) ## **Overview** **Related Modules:** [Display](Display.md) **Description:** Declares the driver functions for implementing hardware acceleration. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Structures

Data Structure Name

Description

GfxFuncs

Defines pointers to the hardware acceleration driver functions.

## Functions

Function

Description

GfxInitialize (GfxFuncs **funcs)

int32_t

Initializes the hardware acceleration module to obtain the pointer to functions for hardware acceleration operations.

GfxUninitialize (GfxFuncs *funcs)

int32_t

Deinitializes the hardware acceleration module to release the memory allocated to the pointer to functions for hardware acceleration operations.