# 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
Defines pointers to the hardware acceleration driver functions. |
GfxInitialize (GfxFuncs **funcs) |
Initializes the hardware acceleration module to obtain the pointer to functions for hardware acceleration operations. |
GfxUninitialize (GfxFuncs *funcs) |
Deinitializes the hardware acceleration module to release the memory allocated to the pointer to functions for hardware acceleration operations. |