LCD Extension

The LCD Extension is a kernel extension that manages the screen hardware. This section describes how to create a port of it for your phone hardware.

The user-side interface to the LCD Extension is defined by the EHalGroupDisplay group of HAL functions defined by the User-Side Hardware Abstraction (HAL). The LCD Extension implements a handler for this group of functions.

Related information
User-Side Hardware Abstraction