display_gfx.h
Overview
Related Modules:
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 Name | 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. |
