ESPHome 2025.5.0
Loading...
Searching...
No Matches
lvgl_hal.h File Reference

Go to the source code of this file.

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  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 512 of file lvgl_esphome.cpp.

◆ lv_custom_mem_free()

EXTERNC void lv_custom_mem_free ( void * ptr)

Definition at line 519 of file lvgl_esphome.cpp.

◆ lv_custom_mem_realloc()

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

Definition at line 520 of file lvgl_esphome.cpp.

◆ lv_millis()

EXTERNC size_t lv_millis ( void )

Definition at line 509 of file lvgl_esphome.cpp.