ESPHome  2024.11.0
lvgl_proxy.h
Go to the documentation of this file.
1 #pragma once
2 
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>
14 namespace esphome {
15 namespace lvgl {} // namespace lvgl
16 } // namespace esphome
17 #endif // USE_LVGL
Implementation of SPI Controller mode.
Definition: a01nyub.cpp:7