ESPHome  2024.9.0
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>
10 namespace esphome {
11 namespace lvgl {}
12 } // namespace esphome
13 #else
14 #define EXTERNC extern
15 #include <stddef.h>
16 #endif
17 
18 EXTERNC size_t lv_millis(void);
19 EXTERNC void *lv_custom_mem_alloc(size_t size);
20 EXTERNC void lv_custom_mem_free(void *ptr);
21 EXTERNC void *lv_custom_mem_realloc(void *ptr, size_t size);
EXTERNC void lv_custom_mem_free(void *ptr)
EXTERNC void * lv_custom_mem_alloc(size_t size)
EXTERNC size_t lv_millis(void)
EXTERNC void * lv_custom_mem_realloc(void *ptr, size_t size)
Implementation of SPI Controller mode.
Definition: a01nyub.cpp:7