lv_uefi_context.h
Functions
-
void lv_uefi_init(EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *system_table)
Initialize the UEFI chache variables.
Remark
This has to be called before lv_init().
- Parameters:
image_handle – The handle of the current image
system_table – Pointer to the system table
-
void lv_uefi_platform_init(void)
Initialize the LVGL UEFI backend.
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.
-
void lv_uefi_platform_deinit(void)
Cleanup the LVGL UEFI backend.
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.