lv_uefi_display.h
API reference for lv_uefi_display.h
Summary
Functions
lv_uefi_display_get_active
Try to find the active display handle.
void * lv_uefi_display_get_active(void)Returns: void * — The handle or NULL if not found.
Remark: The active display need interfaces for EFI_GRAPHICS_OUTPUT_PROTOCOL and EFI_EDID_ACTIVE_PROTOCOL
lv_uefi_display_get_any
Try to find any display handle.
void * lv_uefi_display_get_any(void)Returns: void * — The handle or NULL if not found.
lv_uefi_display_create
Create a LVGL display object.
lv_display_t * lv_uefi_display_create(void *handle)| Name | Type | Description |
|---|---|---|
handle | void * | The handle on which an instance of the EFI_GRAPHICS_OUTPUT_PROTOCOL protocol is installed. |
Returns: lv_display_t * — The created LVGL display object.
Dependencies
Last updated on