ESPHome 2025.5.0
Loading...
Searching...
No Matches
lvgl_proxy.h
Go to the documentation of this file.
1#pragma once
7#ifdef USE_LVGL
8// required for clang-tidy
9#ifndef LV_CONF_H
10#define LV_CONF_SKIP 1 // NOLINT
11#endif // LV_CONF_H
12
13#include <lvgl.h>
14namespace esphome {
15namespace lvgl {} // namespace lvgl
16} // namespace esphome
17#endif // USE_LVGL
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7