ESPHome 2025.5.0
Loading...
Searching...
No Matches
lvgl_hal.h
Go to the documentation of this file.
1//
2// Created by Clyde Stubbs on 20/9/2023.
3//
4
5#pragma once
6
7#ifdef __cplusplus
8#define EXTERNC extern "C"
9#include <cstddef>
10namespace esphome {
11namespace lvgl {}
12} // namespace esphome
13#else
14#define EXTERNC extern
15#include <stddef.h>
16#endif
17
18EXTERNC size_t lv_millis(void);
19EXTERNC void *lv_custom_mem_alloc(size_t size);
20EXTERNC void lv_custom_mem_free(void *ptr);
21EXTERNC void *lv_custom_mem_realloc(void *ptr, size_t size);
EXTERNC size_t lv_millis(void)
EXTERNC void lv_custom_mem_free(void *ptr)
EXTERNC void * lv_custom_mem_alloc(size_t size)
EXTERNC void * lv_custom_mem_realloc(void *ptr, size_t size)
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7