ESPHome  2024.9.0
Namespaces | Functions
lvgl_hal.h File Reference

Go to the source code of this file.

Namespaces

 esphome
 Implementation of SPI Controller mode.
 
 esphome::lvgl
 

Functions

EXTERNC size_t lv_millis (void)
 
EXTERNC void * lv_custom_mem_alloc (size_t size)
 
EXTERNC void lv_custom_mem_free (void *ptr)
 
EXTERNC void * lv_custom_mem_realloc (void *ptr, size_t size)
 

Function Documentation

◆ lv_custom_mem_alloc()

EXTERNC void* lv_custom_mem_alloc ( size_t  size)

Definition at line 420 of file lvgl_esphome.cpp.

◆ lv_custom_mem_free()

EXTERNC void lv_custom_mem_free ( void *  ptr)

Definition at line 429 of file lvgl_esphome.cpp.

◆ lv_custom_mem_realloc()

EXTERNC void* lv_custom_mem_realloc ( void *  ptr,
size_t  size 
)

Definition at line 430 of file lvgl_esphome.cpp.

◆ lv_millis()

EXTERNC size_t lv_millis ( void  )

Definition at line 417 of file lvgl_esphome.cpp.