lv_uefi_display.h

API reference for lv_uefi_display.h

Report on GitHub
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.

Dependencies

How is this guide?

Last updated on

On this page