ESPHome 2026.5.0b1
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::lvgl {} // namespace esphome::lvgl
15#endif // USE_LVGL