lv_uefi_context.h

API reference for lv_uefi_context.h

Report on GitHub
Summary

Functions

lv_uefi_init

Initialize the UEFI cache variables.

 
void lv_uefi_init(EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *system_table)
Parameters
NameTypeDescription
image_handleEFI_HANDLEThe handle of the current image
system_tableEFI_SYSTEM_TABLE *Pointer to the system table

Remark: This has to be called before lv_init().

lv_uefi_platform_init

Initialize the LVGL UEFI backend.

 
void lv_uefi_platform_init(void)

Remark: This is a private API which is used for LVGL UEFI backend implementation. LVGL users shouldn't use that because the LVGL has already used it in lv_init.

lv_uefi_platform_deinit

Cleanup the LVGL UEFI backend.

 
void lv_uefi_platform_deinit(void)

Remark: This is a private API which is used for LVGL UEFI backend implementation. LVGL users shouldn't use that because the LVGL has already used it in lv_deinit.

Dependencies

Indirect dependencies

How is this guide?

Last updated on

On this page