# display\_layer.h ## **Overview** **Related Modules:** [Display](display.md) **Description:** Declares the driver functions for implementing layer operations. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Structures
LayerInitialize (LayerFuncs **funcs) |
Initializes the layer to apply for resources used by the layer and obtain the pointer to functions for layer operations. |
LayerUninitialize (LayerFuncs *funcs) |
Deinitializes the layer module to release the memory allocated to the pointer to functions for layer operations. |